Programming - Language
TypeScript
A version of JavaScript that catches more coding mistakes before software runs
What's it for?
Helps developers catch certain mistakes before JavaScript code is run.
For example…
TypeScript catches a renamed customer field before the application is released
TS can flag that code is passing a number into a field declared as an email address before the application is even run
Think of it like…
Labelling the boxes in a removal van: still the same belongings, but fewer surprises when you unpack