MCQ
Single Best Answer
Not Set
QWhat does the sort() function do in JavaScript?
ID: #4869
Javascript Functions MCQ
147 views
Question Info
#4869Q ID
Not SetDifficulty
Javascript Functions MCQTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer: Option A
Explanation
The sort() function sorts the elements of an array in ascending order.
By default, it compares the elements as strings.
You can pass a comparison function as an argument to sort the elements in a different way.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic