10 Confusing TypeScript Notations I Wish I Understood Earlier

A special aspect to understand TypeScript for beginners.

Shuai Li
JavaScript in Plain English
12 min readMar 17, 2021

--

Create by bytefish

When I first learned TypeScript, I noticed that TS code was full of notations that were hard to understand. Some notations also appear in JavaScript, but when they appear in TypeScript, they have a completely different meaning. This used to be very confusing to me.

--

--