TypeScript for JavaScript
Looking around for resource for JavaScript developers that get into TypeScript I found this TypeScript for JavaScript Programmers in the TypeScript handbook.
The quote that sums up TypeScript quite well:
TypeScript sits as a layer on-top of JavaScript, offering the features of JavaScript and then adds its own layer on top of that. This layer is the TypeScript type system.