Conclusion

This is the conclusion of the course, Starting with TypeScript.

We'll cover the following...

Quick overview

In this course, we explored TypeScript, its goals, and many of the most used features of the language. At this point, you should be familiar with working with the core of the language, like variables of many types, how to type functions, and use generic code for reusability.

We discovered the multitude of object types and when to use each of them. We dug deep into index type and how to be type-safe while using ...