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