Monday, April 23, 2012

()[]+! in javascript


How is it possible to only use ()[]+! to make javascript code?



Ex: http://discogscounter.getfreehosting.co.uk/js-noalnum.php


Source: Tips4all

1 comment:

  1. See Java/script: no alnum cheat sheets.

    In short, various constructs yield NaN/undefined/window/etc. Stringify and index them to yield any string. Extract a property and call it to execute code.

    ReplyDelete