Advertisement
Guest User

Untitled

a guest
Feb 7th, 2016
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. #!/usr/bin/env node
  2.  
  3. // i'll never get over how ridiculous javascript can be, sometimes.
  4.  
  5. console.log('++[[]][+[]]+[+[]]\n')
  6. console.log('----------------\n')
  7. console.log(++[[]][+[]]+[+[]], '\n')
  8. console.log('...those are the same thing. but one\'s in quotes.\n')
  9. console.log('----------------\n')
  10. console.log('lol')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement