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

Verified
Correct Answer:
Verified
Related Questions
Q56: Identify the structure of an if statement<br>A)
Q57: <br> Identify the letter of the choice
Q58: <u>Statement labels</u> are used to identify statements
Q59: Index values start with 1 so that
Q60: Identify a method that decreases array by
Q62: The _ method diminishes array from the
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