filmov
tv
[ENG] How to create a Type from Any given data in Typescript

Показать описание
We're gonna learn that typescript can infer the type of a variable by looking at the data assigned to it. It also allows you to create a reusable type that is has inferred and later reuse it in the application. We're gonna learn the "typeof" operator and see how we can create reusables types from data.