Summary

In this chapter, we did an overview of some of the ECMAScript 2015+ functionalities that will help us simplify the syntax of our upcoming examples. We also introduced TypeScript to help us leverage static typing and error checking.

In the next chapter, we will look at our first data structure, which is the array, the most basic data structure that many languages support natively, including JavaScript.