DEV Community

Discussion on: Meme Monday

Collapse
 
schemetastic profile image
Schemetastic (Rodrigo)

Haha, I guess that it has to be a reference to the index... curiously arrays are objects in JS and the index values are basically like the object properties...

A sample code showing that arrays are structured in a similar way that objects and the typeof operator classifies arrays as objects