6 TypeScript Typing System Tricks You Should Know

What I’ve learned from using TypeScript’s type system

Sunny Sun
Better Programming
Published in
5 min readJul 19, 2021

--

Flowers
Photo by Melissa Askew on Unsplash.

TypeScript is about types. It’s a strongly typed language with powerful compile-time type-checking. At the same time, its static typing is optional, so it’s compatible with JavaScript.

I’ve been working with TypeScript for more than three years. Having learned a lot…

--

--