DEV Community

Cover image for toString Hack
Zevan Rosser
Zevan Rosser

Posted on

1

toString Hack

x=self+''
console.log(
  x[8],x[9],x[6],' ',
  x[3],x[1],x[2],' ',
  x[10],x[4],x[8],' ',
  x[5],x[1],x[11]
)
Enter fullscreen mode Exit fullscreen mode

;)

See more stuff like this over @ Snippet Zone

Top comments (0)

Postmark Image

Speedy emails, satisfied customers

Are delayed transactional emails costing you user satisfaction? Postmark delivers your emails almost instantly, keeping your customers happy and connected.

Sign up

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay