JavaScript Arrays 101
When writing programs, we often need to store multiple values together. For example, a list of fruits, marks of students, or tasks for the day. Instead of creating many separate variables, JavaScript
harshal8140.hashnode.dev3 min read