Created
November 11, 2015 05:23
-
-
Save joetemp/0e38839ef2f6773fd0e3 to your computer and use it in GitHub Desktop.
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
| function logFunction() { | |
| var test = "Yay... my function is working"; | |
| console.log(test); | |
| } | |
| logFunction; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment