JavaScript Arrays 101
When writing programs, we often need to store multiple values. For example, a list of fruits, marks of students, or a set of tasks for the day. If we store each value in a separate variable, our code
being-javascripted.hashnode.dev6 min read