fork download
  1. print("jQuery:");
  2. print(jQuery);
  3. print("$:");
  4. print($);
  5. print("process:");
  6. print(process);
Runtime error #stdin #stdout #stderr 0.01s 4940KB
stdin
Standard input is empty
stdout
jQuery:
stderr
prog.js:2: ReferenceError: jQuery is not defined