Skip to content

Instantly share code, notes, and snippets.

@svschannak
Created May 10, 2017 12:51
Show Gist options
  • Save svschannak/0ff87d92d06a1364c2eb55ce654c796f to your computer and use it in GitHub Desktop.
Save svschannak/0ff87d92d06a1364c2eb55ce654c796f to your computer and use it in GitHub Desktop.
Defining a private named function in JS
const outerFunctionName = function innerFunctionName() {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment