Question: Below is a JavaScript code for an array of sports. Complete the code to iterate through and output (via document.write()) each array item. var sports
Below is a JavaScript code for an array of sports. Complete the code to iterate through and output (via document.write()) each array item.
var sports = ['football','volleyball','basketball','golf']
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
