Multiple Choice
To reverse the order of array elements, you use the JavaScript method ____.
A) reverse()
B) reverse.sort()
C) sort.reverse()
D) reverseSort()
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q8: The selection sort uses a nested While
Q9: A bubble sort is more efficient than
Q10: A(n) _ finds which element belongs in
Q11: A(n) _ builds a sorted array by
Q12: All sorting algorithms use an outer For
Q14: A(n) _ is the most straightforward sorting
Q15: The sort() method arranges array elements in
Q16: A(n) _ involves comparing adjacent elements and
Q17: Sorting is often done on arrays because
Q18: Putting data items in order is called