Skip to content

Instantly share code, notes, and snippets.

@rohanBagchi
Created April 5, 2018 10:22
Show Gist options
  • Select an option

  • Save rohanBagchi/b5800fc069ed04228a8539c66794f47a to your computer and use it in GitHub Desktop.

Select an option

Save rohanBagchi/b5800fc069ed04228a8539c66794f47a to your computer and use it in GitHub Desktop.
function Foo() {
this.name = 'Hello';
}
function Bar() {
Foo.call(this);
this.age = 31;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment