MCQ Single Best Answer Not Set

QWhat does the sort() function do in JavaScript?

ID: #4869 Javascript Functions MCQ 146 views
Question Info
#4869Q ID
Not SetDifficulty
Javascript Functions MCQTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A Sorts the elements of an array in ascending order
  • B Sorts the elements of an array in descending order
  • C Sorts the elements of an array in random order
  • D None of these
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.

Share This Question

Challenge a friend or share with your study group.