Getting Started with TypeScript
Video Lectures
Displaying all 19 video lectures.
Lecture 1![]() Play Video |
Welcome To TypeScript! Welcome to typescript! Learn what typescript is all about and how to get started! |
Lecture 2![]() Play Video |
Installing And Setting Up On Mac Learn how to setup and install TypeScript on Mac OS. |
Lecture 3![]() Play Video |
Setting Up On Windows Learn how to configure typescript with sublimetext and get started! |
Lecture 4![]() Play Video |
Setting Build Environment Learn how to configure typescript with sublimetext and get started! |
Lecture 5![]() Play Video |
Hello World Write your first Hello World program in typescript! |
Lecture 6![]() Play Video |
Data Types Learn about data types in typescript and how to use them in your code. |
Lecture 7![]() Play Video |
enum Learn what is enum in TypeScript and how to make use of it in your projects. |
Lecture 8![]() Play Video |
Functions Learn about functions in TypeScript and how to work with them. |
Lecture 9![]() Play Video |
Default Arguments Learn what default arguments are in typescript and how to make them work. |
Lecture 10![]() Play Video |
Optional Arguments Learn what default Optional arguments are in typescript and how to make them work. |
Lecture 11![]() Play Video |
Function Overloading Learn what function overloading is in typescript and how to make it work with your program. |
Lecture 12![]() Play Video |
Introduction to Interface Learn what interfaces are in typescript and what is their use and advantages. |
Lecture 13![]() Play Video |
More on Interface Learn about interfaces in typescript and how to use them. |
Lecture 14![]() Play Video |
Introduction to classes Learn what classes are in typescript and how they work. |
Lecture 15![]() Play Video |
constructor method Learn about constructor method in typescript classes. |
Lecture 16![]() Play Video |
Methods Learn how to create custom methods in typescript class. |
Lecture 17![]() Play Video |
Getters Learn what getters are and how to make them work in your typescript code. |
Lecture 18![]() Play Video |
Setters Learn how to use setters in typescript. |
Lecture 19![]() Play Video |
Fat Arrow Functions (Lambda Functions) Learn what fat arrow functions/lambda functions are in JavaScript/TypeScript and how to use them. |