Skip to content

Instantly share code, notes, and snippets.

@2012mjm
Created July 26, 2019 12:52
Show Gist options
  • Select an option

  • Save 2012mjm/9433b1b10b82e83aa9b7a15f79847d8e to your computer and use it in GitHub Desktop.

Select an option

Save 2012mjm/9433b1b10b82e83aa9b7a15f79847d8e to your computer and use it in GitHub Desktop.
function bark() {
console.log("Woof!");
}
bark.animal = "dog";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment