Skip to content

Instantly share code, notes, and snippets.

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