TypeScript adds strict typing to JavaScript.
It helps to reduce the number of errors in your code.
Apart from strict typing, TypeScript introduces
a plethora of features like Interfaces, Mixin classes, Enums
and much more, as discussed later in the article.