1.

Consider the following code snippetdata.sort(function(a,b),b-a);What does the above code do?

A. ort in the alphabetical order
B. ort in the chronological order
C. ort in reverse alphabetical order
D. ort in reverse numerical order
Answer» E.


Discussion

No Comment Found