Created
September 25, 2015 18:11
-
-
Save johnlindquist/b9da88cc210232a46b87 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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