Other TypeScript functionalities

This was a very quick introduction to TypeScript. The TypeScript documentation is a great place for learning all the other functionalities and to dive into the details of the topics we quickly covered in this chapter; it can be found at https://www.typescriptlang.org/docs/home.html.

TypeScript also has an online playground (similar to Babel) that we can use to play with some code examples, at https://www.typescriptlang.org/play/index.html.

The source code bundle of this book also contains a TypeScript version of the JavaScript data structures and algorithms library we will develop throughout this book as an extra resource!

Get Learning JavaScript Data Structures and Algorithms - Third Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.