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