Multiple Choice
Identify the letter of the choice that best matches the phrase or definition.
-This method appends an array with new items.
A) array.unshift(values)
B) array.toString()
C) pop()
D) concat(array1,array2,...)
E) sort()
F) copyWithin(target,start[,end])
G) join(separator)
H) shift()
I) reverse()
J) push(values)
Correct Answer:

Verified
Correct Answer:
Verified
Q16: The _ operator tests whether two items
Q17: <br> Identify the letter of the choice
Q18: Identify the expression used to reference array
Q19: Which of the following functions increases the
Q20: The _ loop tests the condition to
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
Q26: Identify a true statement of array.some(callback [,thisArg])method.<br>A)