Multiple Choice
What is the output of the following code?
For (var i = 0; i < = 360; i+=60)
A) i = 0,60,120,180,240,360
B) i = 360,240,180,120,60,0
C) i = 60,120,240,480,960
D) i = 600,300,240,180,120,60
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q79: The <u>break</u> statement runs a command or
Q80: The <u>do/while</u> loop is generally used when
Q81: Melissa, a computer science engineering student, is
Q82: Identify the general syntax of the forEach
Q83: When each entry in an array matches
Q85: Identify a method that tests whether the
Q86: The _ method creates a new array
Q87: Which of the following methods is used
Q88: Melissa, a computer science engineering student, is
Q89: The every(callback [,thisArg])array method applies the callback