continue
SyntaxError: Illegal continue statement: no surrounding iteration statement
Code must be enclosed in code blocks!
Code must be enclosed in code blocks!
throw new String("</code>test")

cf!ghost

it’s dead

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>")
throw new Symbol;
TypeError: Symbol is not a constructor
ReferenceError: amp is not defined
let gt = 5;
let x = 3>
console.log(x);
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