Skip to content

Instantly share code, notes, and snippets.

@johnlindquist
Created September 25, 2015 18:11
Show Gist options
  • Save johnlindquist/b9da88cc210232a46b87 to your computer and use it in GitHub Desktop.
Save johnlindquist/b9da88cc210232a46b87 to your computer and use it in GitHub Desktop.
class Example{
afield;
constructor(public shorthand){
//no need for this.shorthand = shorthand
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment