TypeScript Course Introduction

This video introduces the TypeScript course, explains TS and the various tools we will use throughout the series.

TypeScript & Node.js Setup

This video walks through setting up our environment.

Links: TypeScript | Node.js

Visual Studio Code Overview

This video gives an overview of Visual Studio Code, Emmet and available extensions.

Links: VS Code | Emmet | Source Code

Primitive Data Types (Part 1)

In this video we dive into Booleans, Numbers and Strings in TypeScript.

Links: Source Code

Primitive Data Types (Part 2)

In this video we dive into Arrays, Tuples, Enums, Any and Void types in TypeScript.

Links: Source Code