JavaScript Arrays Explained for Beginners
When writing programs, we often need to store multiple values of the same type.
For example:
A list of fruits
A list of student marks
A list of tasks to complete
If we store each value separately
jswithshubham.hashnode.dev4 min read