JS

Arrays in JavaScript - What are array-like objects...

12.

What are array-like objects in JavaScript?

Objects that have a length property and indexed elements.

Arrays that have additional methods to manipulate their elements.

Objects that can only contain numbers and strings.

Objects that have a variable length that can be modified.