filmov
tv
TypeScript Challenge Day 3/65 - Implementing the ReadOnly type
Показать описание
For Day 3/65 of my Typescript Challenges, let's continue by exploring how to use the readonly keyword, together with mapped types via the 'in' keyword to loop through types, as well as 'extends' and the 'keyof' keyword to constrain our types, to build a ReadOnly utility