MCQ
Which method creates a new array from an array-like object?
Explanation
Array.from() creates a new array from an iterable or array-like object.