JavaScript Arrays 101
When writing programs, we often need to store multiple values together.For example:
A list of fruits
A list of marks
A list of tasks
A list of movies
Instead of creating many separate variables,
leanwithpankaj.hashnode.dev3 min read