Multiple Choice
Identify the letter of the choice that best matches the phrase or definition.
-This method removes the first item from an array.
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
Q1: Identify a method that is used to
Q2: _ is a number associated with each
Q3: A _ is an operator that compares
Q4: Briefly explain the process of using arrays
Q6: What is the output of the following
Q7: Identify the output of the following code.<br>Var
Q8: Identify a method that inserts new items
Q9: Which of the following methods creates a
Q10: Increasing the value of the length property
Q11: Which of the following determines the current