ascending.js 50 B

123
  1. export default function(a, b) {
  2. return a - b;
  3. }