Skip to content

Instantly share code, notes, and snippets.

@DavidQL
Created November 11, 2011 20:52
Show Gist options
  • Save DavidQL/1359210 to your computer and use it in GitHub Desktop.
Save DavidQL/1359210 to your computer and use it in GitHub Desktop.
Person.prototype.walk = function() {
console.log(this.name + ' walked.');
};
david.walk(); // 'David walked'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment