AAAsghar aliinasgharalifs.hashnode.dev00JavaScript Arrays 101Mar 21 路 3 min read 路 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 2Join discussion
ALAnkita Lakdeinunderstandingvariablesanddatatypesinjavascript.hashnode.dev00JavaScript Arrays 101Mar 14 路 6 min read 路 What is an Array? An array is a container that stores multiple values in one variable. Think of it like a basket 馃Ш where you keep many fruits together instead of holding them separately. Example withJoin discussion