Intro to TypeScript


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:
-
Intro to TypeScript
-
Design goals behind TypeScript
-
Advantages of using TypeScript
-
Installing TypeScript
-
Compiling and executing a TypeScript program
-
Exploring TypeScript's type system and its features
-
Functions & Asynchronous programming
-
Object oriented and Functional Programming in TypeScript
-
Modules in TypeScript
Prerequisite:
- Possibly a laptop with Node.js and Visual Studio Code installed.
- Notebook and a pen.
Session presented by Sridhar.G
Paid Session: Rs.150/-
Make your payment via Google Pay to Sridhar (98841 47550) to confirm your participation to the meetup.

Intro to TypeScript