Comment on Get any a-Z char using only []()+{}/. in JavaScript (for XSS obfuscation)parentComments−dorelal16yI did not get this line.But we can't actually assign the result to a variable because we can't use alphanumeric characters.−mbrubeck16yYou can't just write "var a = ..." because the goal is to use only "[]{}()+/."
Comments
I did not get this line.
But we can't actually assign the result to a variable because we can't use alphanumeric characters.
You can't just write "var a = ..." because the goal is to use only "[]{}()+/."