Multiple Choice
By default, the JavaScript sort method uses ________ to sort the array passed to it.
A) string comparison
B) binary search
C) linear search
D) bubble sort
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q6: Which of the following is the proper
Q7: In JavaScript, numbers and boolean values are
Q8: The first statement below _ the array
Q9: _ are data structures consisting of related
Q10: Which of the following is the proper
Q12: The sort method can be given a
Q13: What will the browser display if the
Q14: When working with data stored in arrays,
Q15: What is the value of num assuming
Q16: Pass-by- _ is the method of passing