Skip to content

Instantly share code, notes, and snippets.

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