Guide to JavaScript Arrays
JavaScript arrays are an essential part of the language. Fundamentally, an array is a value that stores an ordered list of other values. But JavaScript arrays come with a lot of nuances and surprises. In the article at “THE CODE BARBARIAN”, Valeri Karpov provides an overview of what you need to know about JavaScript arrays.
Read it here.