DEV Community

Marius Bongarts
Marius Bongarts

Posted on

Advanced Typescript | Generics

Large elephant with Typescript logo and small elephant with JavaScript logo

Learn advanced Typescript features and apply them to practical code exercises

Typescript Generics provide a way to write flexible code that can work with various data types rather than a single data type. That allows users of the code to provide their own types.

Top comments (0)