📄️ Introduction
What is JavaScript ?
📄️ Array in Js
An array is a single variable that can store multiple values. It is a data structure that allows you to store a collection of elements, such as numbers, strings, objects, or other arrays, in a single variable. Arrays are defined using square brackets [], which are known as subscript brackets, and each element in the array is separated by a comma. The array index always starts from 0.