continue
SyntaxError: Illegal continue statement: no surrounding iteration statement

ep

Code must be enclosed in code blocks!
Code must be enclosed in code blocks!
throw new String("</code>test")
</code>test
</code>test

cf!ghost

it’s dead

lol

Code must be enclosed in code blocks!
Code must be enclosed in code blocks!
Code must be enclosed in code blocks!
throw 1;
throw 1;
throw {toString:1};

throw new String(main);

Code must be enclosed in code blocks!
throw new String("<b>TEST</b>")
<b>TEST</b>
throw new Symbol;
TypeError: Symbol is not a constructor
1&
ReferenceError: amp is not defined
let gt = 5;
let x = 3>
console.log(x);
2 > 1
ReferenceError: gt is not defined

@oren html escape codes?

(f=>f(f))(f=>f(f));
SyntaxError: Unexpected token '&'

??????

while (true) {};
Error: Script execution timed out after 2500ms
Load more comments