Multiple Choice
Identify the general syntax of the do/while loop.
A) do (continue) {
Commands
}
While (continue) {
Commands
}
B) while (continue) {
Commands
}
Do (continue) {
Commands
}
C) while {
Commands
}
Do (continue) ;
D) do {
Commands
}
While (continue) ;
Correct Answer:

Verified
Correct Answer:
Verified
Q42: Identify the general structure of a for
Q43: The <u>getDate</u>()method in a calendar app returns
Q44: The <u>map(callback [,thisArg])</u>method returns the index of
Q45: The slice()method reverses the order of items
Q46: JavaScript supports <u>logical operators</u> that connect several
Q48: _ is a section of an array.
Q49: JavaScript allows for the creation of _,in
Q50: What is the output of the following
Q51: When a <u>pass </u>statement is encountered,control is
Q52: Explain the length property of an array