Basics

Challenges

Classes

Cookies

Debugging

Events

External Files

Flow Control

Forms

Functions

Html Elements

Installation

Interfaces

Keywords

Modules

Namespaces

Operators

Reference Files

String

Types

TypeScript - Type Assertions

Think of this as Casting. You can assign a variable as a any type, give it a value and then later, for whatever reason, assign it a value of a different type later.

You can do this with the two different techniques above.