Created
January 9, 2019 00:28
-
-
Save robertcoopercode/1d8168a6e03ee36e79b7b8453ce2753e 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
let aBoolean: boolean = true; | |
let aNumber: number = 10; | |
let aString: string = 'woohoo'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment