Skip to content

Instantly share code, notes, and snippets.

@debugmodedotnet
Created December 17, 2018 07:26
Embed
What would you like to do?
animal.prototype.canRun = function () {
console.log('yes ' + this.name + ' can run !');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment