JS

Arrays in JavaScript - The correct usage of the

20.

Which of the following is the correct usage of the Array.isArray() method in JavaScript?

isArray.array()

array.isArray(Array)

is.array(Array)

Array.isArray(array)