Programming Homework Help

NYU Java Script Program Array and Loop Question

 

Script 1: create a JavaScript program that defines, as an array, a list of 10 of your favorite things.

Then, using any loop that you wish (i.e. for, forEach, do/while, etc) print each item from the array to the console.

Script 2: with the same script, add an if statement to test if you are on item #3, if so, print out “Wonderful, made it to item 3!”, and then continue with the loop as normal.