Skip to content

Details

Over the past decade, the javascript code base of an average web application has been increasing exponentially and so is the maintainability issues associated with javascript language. Fortunately, TypeScript language(a typed superset of Javascript) comes to rescue to mitigate most of these issues which would otherwise be identified only at runtime by introducing a type system to the language. The type system among many facilitates static type checking, enhanced IDE support like Intellisense, increased and better support towards Object oriented & Functional Programming concepts.

Topics covered:

Members are also interested in