Created
June 3, 2014 15:16
-
-
Save pbrewczynski/c5740a0bafcbf7e764a1 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
return; // Semicolon inserted, believing the statement has finished. Returns undefined | |
{ // Considered to be an anonymous block, doing nothing | |
javascript : "fantastic" | |
};// Semicolon interpreted as an empty dummy line and moved down |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment