Read this blog post if you are a JavaScript programmer and want to get a rough idea of what using TypeScript is like (think first step before learning more details). You’ll get answers to the following questions:
- How is TypeScript code different from JavaScript code?
- How is TypeScript code run?
- How does TypeScript help during editing in an IDE?
- Etc.
Note: This blog post does not explain why TypeScript is useful. If you want to know more about that, you can read my TypeScript sales pitch.