JavaScript Arrays Explained
When writing programs, we often need to store multiple values together.
For example, imagine you want to store:
A list of fruits
A student's marks
A list of tasks
One way is to create separate va
dipan-roy-choudhury.hashnode.dev3 min read