π What is an Array and Why Do We Need One? Imagine you want to store the names of your 5 favourite fruits. Without an array, you'd do this: let fruit1 = "Mango"; let fruit2 = "Apple"; let fruit3 = "B
javascriptarray.hashnode.dev5 min read
No responses yet.