MCQ
Which method is used to check if a value is an array?
Explanation
Array.isArray() is the recommended method to check if a value is an array.