Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Apparently, he also did the OP's trick: http://utf-8.jp/public/jsfuck.html (but without, {} even)


Unfortunately, his tricks no longer work in current JS engines; it relies on using

  [].sort.call()
which I believe used to return the global object but now throws an exception.

AFAICT, you need to add {} to make this work in current JS engines.

Dave




Consider applying for YC's Fall 2026 batch! Applications are open till July 27.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: