filmov
tv
Deep Readonly - TypeScript Type Challenges #9 [MEDIUM]
Показать описание
Some of the prior challenges are solvable without recursion, but this one absolutely requires it. If that scares you, don't worry, it's not so bad. Recursion is more-or-less the only mechanism we have for iteration in TypeScript, so we'll be using it a lot in the future.