Created
October 27, 2012 20:20
-
-
Save sh4n3d4v15/3965990 to your computer and use it in GitHub Desktop.
hello world function
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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