Skip to content

Instantly share code, notes, and snippets.

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