Last active
July 6, 2017 14:23
-
-
Save bmorelli25/e0ed56de32c8480f0973aa0a5ad38826 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 speak() { | |
| return function logIt() { | |
| var words = 'hi'; | |
| console.log(words); | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment