Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save angelorubin/41df2bcf4af63da3255033a8f6c9bc0a to your computer and use it in GitHub Desktop.

Select an option

Save angelorubin/41df2bcf4af63da3255033a8f6c9bc0a to your computer and use it in GitHub Desktop.
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