Which built-in method sorts the elements of an array?
changeOrder(order)
order()
sort()
None of the above.
Correct Answer : C
What is the correct syntax to write an array in JavaScript?
How to declare an array of 10 elements in JavaScript?
Which of the following functions sorts the elements of an array?