JavaScript Arrays 101
When working with JavaScript, we often need to store multiple values together.For example:
A list of fruits πππ
A list of student marks
A list of tasks in a to-do app
Instead of creating many
techwithsiddhant.hashnode.dev5 min read