

MCQOPTIONS
Saved Bookmarks
1. |
Consider the following code snippetdata.sort(function(a,b),b-a);What does the above code do?%! |
A. | Sort in the alphabetical order |
B. | Sort in the chronological order |
C. | Sort in reverse alphabetical order |
D. | Sort in reverse numerical order |
Answer» E. | |