Skip to content

Instantly share code, notes, and snippets.

@debugmodedotnet
Created March 9, 2017 08:39
  • 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/7e1cd6f8e973c48e6126dfe69fd27089 to your computer and use it in GitHub Desktop.
var s1 = new Student('foo', 9);
console.log(s1.getData());
var s2 = new Student('bar', 7);
console.log(s2.getData());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment