What will be the result of the following code?
const arr = [1, 2, 3]; console.log(Array.isArray(arr));
true
false
undefined
null