HKHITESH KUMARinhiteshs-dev-blog.hashnode.dev·Mar 23 · 4 min readJavaScript Arrays 101 : Beginner GuideIn 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 a00