fork(1) download
  1. numbers = [4, 16, 9, 6];
  2.  
  3. console.log(numbers.sort());
Success #stdin #stdout 0.04s 16304KB
stdin
Standard input is empty
stdout
16,4,6,9