Skip to content

Instantly share code, notes, and snippets.

@sebbekarlsson
Created January 29, 2021 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sebbekarlsson/3a4621d95ae68c3c9da80105cf423314 to your computer and use it in GitHub Desktop.
Save sebbekarlsson/3a4621d95ae68c3c9da80105cf423314 to your computer and use it in GitHub Desktop.
function someParentFunction () {
this.someOtherFunction = function() {
this.hello() {
console.log("hello");
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment