Skip to content

Instantly share code, notes, and snippets.

@alejandrolechuga
Created February 6, 2019 05:49
Show Gist options
  • Save alejandrolechuga/e27b267669c955eded18548439981543 to your computer and use it in GitHub Desktop.
Save alejandrolechuga/e27b267669c955eded18548439981543 to your computer and use it in GitHub Desktop.
prototype
function Doctor(name, age) {
Person.call(this, name, age);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment