Skip to content

Instantly share code, notes, and snippets.

@joeljuca
Last active March 13, 2019 00:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joeljuca/61ba0d0408dede67b478c05086a3df65 to your computer and use it in GitHub Desktop.
Save joeljuca/61ba0d0408dede67b478c05086a3df65 to your computer and use it in GitHub Desktop.
// IIFE - Immediately Invoked Function Expression
(function () {
"use strict"
console.log("I'm inside a private scope!")
})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment