TypeScript

12 Jul 2023

“Would you rather have annoying error messages during development, or mind-numbing bugs in production” - unknown.

Strongly typed languages are a pleasure to work with. TypeScript (TS) is a subset of JavaScript (JS) that helps you check types while developing code. It fills a gap within JS. Learning TS will make you a better developer by explicitly seeing what data types you are using which inturn will make you think about the data you are using.


← Home

All content © Sahil Parikh