Skip to content

Instantly share code, notes, and snippets.

@blarfoon
Last active February 21, 2022 17:37
Show Gist options
  • Save blarfoon/08f6e996a2256f6f4a814ff250081d64 to your computer and use it in GitHub Desktop.
Save blarfoon/08f6e996a2256f6f4a814ff250081d64 to your computer and use it in GitHub Desktop.
function myFunc() {
console.log("hi", myFunc.who);
}
myFunc.who = "mom";
myFunc(); // > hi mom
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment