Skip to content

Instantly share code, notes, and snippets.

@topicus
Created December 14, 2014 00:07
Show Gist options
  • Save topicus/27edcbe10fed269a5005 to your computer and use it in GitHub Desktop.
Save topicus/27edcbe10fed269a5005 to your computer and use it in GitHub Desktop.
Function hosting
console.log(hola());
var hola = function(){
return 'hola mundo';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment