Arrays are Objects

Surprise!

Every JavaScript array is also a JavaScript object

That means that arrays have properties and methods like any other object.

Examples:

See MDN: Array to see a lot more array methods

[menu]

1/14