-
Notifications
You must be signed in to change notification settings - Fork 0
Robernator/typescript-tut
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
simple example, to show javascript with the dynamics typing The main benefit of TypeScript is static typing instead of dynamic typing (any) const obj = { width: 10, height: 15 }; // Why is this NaN? Spelling is hard! const area = obj.width * obj.heigth;
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published