AI Features

Classes and Type Annotations

Let's learn about classes and type annotations in this lesson.

We'll cover the following...

TypeScript takes full advantage of the class features added to JavaScript in ES6.

There are a lot of references for ES6 classes; http://es6-features.org has the basic syntax.

The ...