Advertisement
Guest User

Untitled

a guest
Mar 17th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. <script>
  2. _72_101_108_108_111_32_87_111_114_108_100_33 = true
  3. _ = true
  4. const uderscore = Object.keys(window)[44]
  5. const charCodes = Object.keys(window)[43]
  6. const rawCharCodes = charCodes.split(uderscore)
  7. .map(charCode => +charCode)
  8. .slice(1)
  9. const emptyString = [] + []
  10. const toPrint = rawCharCodes.map(charCode => String.fromCharCode(charCode))
  11. .join(emptyString)
  12. console.log(toPrint)
  13. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement