Multiple Choice
Identify a true statement of array.some(callback [,thisArg]) method.
A) It tests whether the condition returned by the callback function holds for at least one item in array.
B) It returns the value of the first element in the array that passes a test in the callback function.
C) It tests whether the condition returned by the callback function holds for all items in array.
D) It returns the index of the first element in the array that passes a test in the callback function.
Correct Answer:

Verified
Correct Answer:
Verified
Q21: <br> Identify the letter of the choice
Q22: The value of the length property can
Q23: Identify the syntax of the while loop.<br>A)
Q24: Identify the syntax of the statement label.<br>A)
Q25: Melissa, a computer science engineering student, is
Q27: <br> Identify the letter of the choice
Q28: Gregor, a software developer, is developing a
Q29: A _,which employs the first-in-first-out (FIFO)principle in
Q30: What is the output of the following
Q31: The _ statement stops processing the commands