Types in TypeScript
TypeScript is a strict superset of ECMAScript 2015, which is itself a superset of ECMAScript 5, commonly referred to as JavaScript. As such, a JavaScript program is also a valid TypeScript program, and a TypeScript program can seamlessly consume Java...
blog.phillipninan.com4 min read
Jannik Wempe
Platform Engineering Lead @hashnode | Serverless and Frontend Enthusiast
TypeScript is great. I don't want to start any project without TS, especially not in teams.
Good introduction, Phillip. Hopefully, this convinces some people using TS.