What advantages are there to using TypeScript?
- It provides strong typing, with powerful type intference capabilities.
- It enables IDEs to provide code completion, advanced code refactoring, and static checking.
- It provides support for the latest JavaScript features, while compiling code into more compatible expressions.
- It provides the ability to define interfaces.
What are some good books for learning TypeScript?
- Pro TypeScript: Application-Scale JavaScript Development by Steve Fenton