Last active
April 16, 2016 11:55
-
-
Save angelorubin/41df2bcf4af63da3255033a8f6c9bc0a 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 myFunc4 () { | |
| return function myFunc5 () {} | |
| } | |
| console.log(myFunc4()); // function myFunc5 () {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment