++[[]][+[]]+[+[]]
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> test = [] | |
[] | |
> test = test + 1 | |
"1" | |
> typeof test | |
"string" | |
------------------------------------ | |
> lero = ++[[]][+[]]+[+[]] | |
"10" | |
> typeof lero | |
"string" |
hahahahaha
Coisa de maluco mesmo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Como pode isso:
function Dude(name){
this.name = name;
return {name: 'Doug'};
}
var bob = new Dude('Bob');
bob == Dude("test") // false
Troll face