DEV Community

Marius Bongarts
Marius Bongarts

Posted on

Advanced TypeScript With Code Challenges: Type Guards

Big elephant stating Typescript, small elephant stating Javascript

Type guards allow us to guarantee types during runtime. Learn the concept of Type Guards and apply them to practical code exercises in this article.

Top comments (0)