Which of the following built-in method is used to remove the last element from an array and return that element?
pop()
last()
get()
None of the above.
Correct Answer : A
Which of the following function of String object splits a String object into an array of strings by separating the string into substrings?
Which of the following function of Array object calls a function for each element in the array?
Which built-in method sorts the elements of an array?