Hello readers 👋, this is the 4th blog of my JavaScript series.

In this blog we will understand What is array?, Why do we need array? and some operations that we can perform on array.

Imagine this: you are given a task to store the marks of students. How would you store the marks if arrays did not exist?

Probably like this:



let mark1 =...