Which of the following statements sorts collection array mentioned below in ascending order?

const collection = [1,9,6,2,5];

collection. sort ();

collection. sort ((num1, num2) => num1 – num2);

collection. sort ((num1, num2) => num2 – num1);

None of above

Verified Answer
Correct Option - b

To get all Infosys Certified Salesforce JavaScript Developer Exam questions Join Telegram Group https://rebrand.ly/lex-telegram-236dee

Telegram