JavaScript Arrays 101 : Beginner Guide
Mar 23 · 4 min read · In JavaScript, an array is an ordered list of values. Each values, known as an element, is assigned numeric position in the array called its index. The indexing starts at 0, the second at position 1 a