Multiple Choice
Identify a compare function that sorts numeric values in ascending order.
A) function ascending(a,b) {
Return a - b;
}
B) function ascending(b,a) {
Return a;
}
C) function ascending(a,b) {
Return b - a;
}
D) function ascending(b,a) {
Return b;
}
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q63: Which of the following examples tests whether
Q64: Which of the following values will the
Q65: In an array literal,the array values are
Q66: <br> Identify the letter of the choice
Q67: A _ is a statement that runs
Q69: The appearance of any form element can
Q70: For array data that should be treated
Q71: Identify the expression in which the initial
Q72: The _ returns the integer remainder after
Q73: Identify a true statement of array.find(callback [,thisArg])method.<br>A)