Skip to content

Instantly share code, notes, and snippets.

@ajcrites
Created October 11, 2013 18:05
Show Gist options
  • Save ajcrites/6939346 to your computer and use it in GitHub Desktop.
Save ajcrites/6939346 to your computer and use it in GitHub Desktop.
/* syntax errors */
{"k": "v"}
function () {}()
/* valid */
( {"k":"v"} )
( function () {}() )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment