JavaScript Arrays 101
Before Arrays existed in programming, you had only 2 chocices: name every variable individually, or give up. Imagine if you have to track the scores of 100 students, you have to write score 1, score 2
asgharalifs.hashnode.dev3 min read