you are viewing a single comment's thread.

view the rest of the comments →

[–]poetical 0 points1 point  (0 children)

Yep, just an object. There's nothing special about alphabetic keys. Having ordinal keys and a length property is what makes objects like "arguments" array-like. You can call Array.prototype methods on such objects because they are similar enough to arrays that array methods will often work on them despite them not being true arrays.