Created
May 10, 2017 12:51
-
-
Save svschannak/0ff87d92d06a1364c2eb55ce654c796f to your computer and use it in GitHub Desktop.
Defining a private named function in JS
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
const outerFunctionName = function innerFunctionName() {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment