Multiple Choice
Identify the letter of the choice that best matches the phrase or definition.
-This method joins the array to two or more arrays,creating a single array containing the items from all the arrays.
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
Q80: The <u>do/while</u> loop is generally used when
Q81: Melissa, a computer science engineering student, is
Q82: Identify the general syntax of the forEach
Q83: When each entry in an array matches
Q84: What is the output of the following
Q85: Identify a method that tests whether the
Q86: The _ method creates a new array
Q87: Which of the following methods is used
Q88: Melissa, a computer science engineering student, is
Q89: The every(callback [,thisArg])array method applies the callback