?Identify a true statement ofarray.some(callback [, thisArg])method.

A. ?It tests whether the condition returned by thecallbackfunction holds for at least one item inarray.
B. ?It returns the value of the first element in the array that passes a test in thecallbackfunction.
C. ?It tests whether the condition returned by thecallbackfunction holds for all items inarray.
D. ?It returns the index of the first element in the array that passes a test in thecallbackfunction.

Answer: A

Computer Science & Information Technology

You might also like to view...

The comparison operator symbol for less than or equal to is ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

A(n) ____________________ mark separates the worksheet range from its cell or range reference.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology