Getting Started with TypeScript

Video Lectures

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