What Arrays Are and Why We Need ThemImagine you want to store the names of 5 fruits.If you use separate variables, it may look like this: let fruit1 = "Apple"; let fruit2 = "Mango"; let fruit3 = "Bana
learnwithdevesh.hashnode.dev2 min read
No responses yet.