sort in descending order typescript code example Example: typescript sort number array descending values.sort((one, two) => (one > two ? -1 : 1));