Skip to content

Instantly share code, notes, and snippets.

@sherazlodhi
Last active November 22, 2015 07:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sherazlodhi/fe65cac6f199ae1060d4 to your computer and use it in GitHub Desktop.
Save sherazlodhi/fe65cac6f199ae1060d4 to your computer and use it in GitHub Desktop.
class Student(){
constructor(id,name){
this.id =id;
this.name = name;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment