Skip to content

Instantly share code, notes, and snippets.

@debugmodedotnet
Created March 9, 2017 08:42
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save debugmodedotnet/e1a99efee7614cd023a66240ddbdf973 to your computer and use it in GitHub Desktop.
Student.prototype.getData = function () {
return this.name + " is " + this.age + " years old !";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment