fork download
  1. function example() {
  2. console.log(arguments);
  3. }
  4.  
  5. example(10, "Hello", true);
Success #stdin #stdout 0.04s 18572KB
stdin
Standard input is empty
stdout
[object Arguments]