UNPKG

day160

Version:

6 lines 114 B
module.exports = function(arr) { arr.sort(function(a, b) { return a - b; }) return arr; }