Skip to content

Instantly share code, notes, and snippets.

@pbrewczynski
Created June 3, 2014 15:16
Show Gist options
  • Save pbrewczynski/c5740a0bafcbf7e764a1 to your computer and use it in GitHub Desktop.
Save pbrewczynski/c5740a0bafcbf7e764a1 to your computer and use it in GitHub Desktop.
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