JavaScript Arrays 101
Chapter 1 - Introduction to Arrays:
Lets imagine you want to store the marks of 5 students or some list of fruits so you can store data, without using array like this:
let array1 = 85;
let array2 = 90
array-javascript-piyush.hashnode.dev5 min read