DEV Community

In JavaScript, arrays use numbered indexes.
In JavaScript, objects use named indexes.
Arrays are a special kind of objects, with numbered indexes.
When to Use Arrays. When to use Objects.
- JavaScript does not support associative arrays.
- You should use objects when you want the element names to be strings (text).
- You should use arrays when you want the element names to be numbers.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (2)
sweet quick notes ๐ฅ We need more of these
glad you liked it .. more are coming on important topics ๐