Suppose you are making a list of your top 3 favorite fruits. In JavaScript, you could do this by creating three separate variables: let fruit1 = "Apple"; let fruit2 = "Banana"; let fruit3 = "Cherry";
nilangsu-javascript.hashnode.dev4 min read
No responses yet.