Skip to content

Instantly share code, notes, and snippets.

@sh4n3d4v15
Created October 29, 2012 07:41
Show Gist options
  • Save sh4n3d4v15/3972176 to your computer and use it in GitHub Desktop.
Save sh4n3d4v15/3972176 to your computer and use it in GitHub Desktop.
hello world function
var foo = function(){
return 'hello world';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment