Quotes help make search much faster. Example: "Practice Makes Perfect"

Friday, May 12, 2017

FreeCodeCamp Sort Arrays With Sort Sample Solution


var array = [1, 12, 21, 2];

// Only change code below this line.

array.sort(function(a, b) {
  return b - a;
});

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts