let sorted = [].concat(arr).sort(function(a, b) { return a - b; })
function (arr) { return [].concat(arr).sort(function(a, b) { return a - b; }); }