Created
October 13, 2016 07:34
-
-
Save jkup/d8eaedd86293578405293cc5a0aa9246 to your computer and use it in GitHub Desktop.
JavaScript 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
function foo() { | |
console.log('bar'); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment