Sort numbers in an array code example Example: sort numbers in array javascript function sortNumber(a, b) { return a - b; } Arr.sort(sortNumber);