Skip to content

Instantly share code, notes, and snippets.

@topicus
Created December 14, 2014 00:15
Show Gist options
  • Save topicus/d520c28456634a305707 to your computer and use it in GitHub Desktop.
Save topicus/d520c28456634a305707 to your computer and use it in GitHub Desktop.
IIFE Fail
function hola(){
console.log('hola');
}();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment