TypeScript for JavaScript Developers: What Changes and What Does Not
TypeScript is JavaScript with a type checker attached, and every type disappears before your code runs. Here is what that buys you, what it does not, and how to adopt it without rewriting everything.
Tushar Mehta6 min readProgramming Languages