Last active
January 29, 2017 09:17
-
-
Save cyrilletuzi/2d58f1566d4ea16853a24976c6c27549 to your computer and use it in GitHub Desktop.
This file contains 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 userMan: boolean = true; | |
let userAge: number = 81; | |
let userAverage: number = 10.5; | |
let userName: string = `Henri Bergson`; | |
userName = 10; // Error |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment