this = null
eval("throw 'Pee'")
SyntaxError: Invalid left-hand side in assignment
return "test"
SyntaxError: Illegal return statement
throw Object.keys(this.global)
global,Function,eval
let test = "n"
test += "ya"
test + "~"
throw Object.keys(this);
global,Function,eval
ReferenceError: window is not defined
ReferenceError: token is not defined
1+8+7+7+7+77+7+7+7+7+7+7+7+7+7+7+7+6+6+55++55+6
SyntaxError: Invalid left-hand side expression in postfix operation
ReferenceError: Hi is not defined
alert('hello')
console.log("Hello World")
ReferenceError: fetch is not defined
JSON.stringify(process)
ReferenceError: process is not defined
throw Symbol("reset");
this.Function = null; throw Function
throw this
Load more comments