Master the Basics of JavaScript Arrays
When programming, we often need to store multiple values.
For example:
A list of fruits
A list of student marks
A list of tasks
If we store them individually, it becomes messy.
let fruit1 = "Appl
darshan-pawar.hashnode.dev3 min read