Skip to content

Instantly share code, notes, and snippets.

@lizlongnc
Created October 9, 2014 04:11
Show Gist options
  • Save lizlongnc/ad312fb7c554095409cf to your computer and use it in GitHub Desktop.
Save lizlongnc/ad312fb7c554095409cf to your computer and use it in GitHub Desktop.
JS IIFE
(function () {
return expression:
}())
works except if any of the following are used in function
var
function
break
continue
return
this
argument
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment