Created
February 10, 2012 10:39
-
-
Save micho/1788685 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alert(1) |
spot the bug
hidden features of javascript
BTW, parents are optional in coffe... because this is coffe, no?
Maybe I refactor with
alert 1
(function () {
alert(1);
}());
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
gist of the day