Title: Course Review: Learning Typescript (LinkedIn Learning)
Slug: course-review-learning-typescript-linkedin-learning
Date: 2021-11-14 22:30:00
Author: Kartones
Lang: en
Tags: Reviews, Courses, Development, Typescript
og_image: 
Description: The course 'Learning Typescript' on LinkedIn Learning is a concise and focused guide to setting up Typescript and learning the basics in just over an hour. It also mentions useful tools like DefinitelyTyped.


### Review

Slightly above an hour in duration, [Learning Typescript](https://www.linkedin.com/learning/learning-typescript-2/) will nicely guide you through the basic drills of setting up Typescript and adding it to an existing project, alongside explaining the basics: types, [interfaces](https://blog.logrocket.com/types-vs-interfaces-in-typescript/), classes, enums, literal types, a small introduction to generics and type declarations. It can’t go in depth but I was pleasantly surprised of how focused it is, perfect to get a general idea.

Oh, and it even manages to mention some cool tools and projects like [DefinitelyTyped](http://definitelytyped.org/), for those third party libraries you might be using that don't provide type definitions yet.
