fork download
  1. function test(arg) {
  2. return typeof arg;
  3. }
  4. print(test());
  5. // your code goes here
Success #stdin #stdout 0s 107072KB
stdin
Standard input is empty
stdout
undefined