fork download
  1. -- your code goes here
  2. let pen = 'bluepen';
  3. let PEN = 'redpen';
  4. console.log(pen);
Success #stdin #stdout #stderr 0.01s 5324KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
Error: near line 2: near "let": syntax error
Error: near line 3: near "let": syntax error
Error: near line 4: near "console": syntax error