Question 1
"This method is used to merge two or more arrays. This method does not change the existing arrays, but instead returns a new array."
answer example: concat()
Question 2
"This method returns the given value and finishes the generator."
answer example: concat()
Question 3
"This method adds one or more elements to the end of an array and returns the new length of the array."
answer example: concat()
Question 4
"This method removes the last element from an array and returns that element. This method changes the length of the array."
answer example: concat()
Question 5
"This method changes the contents of an array by removing or replacing existing elements and/or adding new elements."
answer example: concat()
Question 6
"This method extracts a section of a string and returns it as a new string, without modifying the original string."
answer example: concat()
Question 7
"This method is used to return a floating-point, pseudo-random number in the range 0–1 which you can then scale to your desired range."
answer example: concat()
Question 8
"This method is used to return the value of a number rounded to the nearest integer"
answer example: concat()
Question 9
"This method is used to return the smallest integer greater than or equal to a given number."
answer example: concat()
Question 10
"This method is used to return the largest integer less than or equal to a given number."
answer example: concat()
Question 11
"This method creates a new typed array with the results of calling a provided function on every element in this typed array."
answer example: concat()
Question 12
"This method returns the calling string value converted to lower case."
answer example: concat()
Question 13
"This method returns the calling string value converted to uppercase (the value will be converted to a string if it is not one)."
answer example: concat()