ReferenceError: gt is not defined
ReferenceError: gt is not defined
SyntaxError: Unexpected token '&'
ReferenceError: gt is not defined
SyntaxError: Unexpected token '&'
JSON.stringify(this)
{"global":null,"let":1,"i":"3"}
"</code><em>html exploit? ^w^</em>"
</code><em>html exploit? ^w^</em>
let out = ""
for (i in Object.keys(this)) {
  out += `${Object.keys(this)[i]}: ${Object.values(this)[i]}\n`
}
out
global: null Function: function () { [native code] } eval: function () { [native code] } let: 1
let out = ""
for i in Object.keys(this) {
  out += `${Object.keys(this)[i]}: ${Object.values(this)[i]}\n`
}
out
SyntaxError: Unexpected identifier
let test = "n"
test += "ya"
test + "~"
"test"
Object.keys(global) 
TypeError: Cannot convert undefined or null to object
eval(eval(7))
Load more comments