Skip to content

Instantly share code, notes, and snippets.

@fforres
Created December 10, 2016 18:44
Show Gist options
  • Select an option

  • Save fforres/702462d4f2faa3ce4d9bfb20ea3004e0 to your computer and use it in GitHub Desktop.

Select an option

Save fforres/702462d4f2faa3ce4d9bfb20ea3004e0 to your computer and use it in GitHub Desktop.
function Dog(name) {
 this.name = name;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment