typescript-challenges
typescript-challenges copied to clipboard
Example solution for Advanced Filtering Challenge
Before checking the solution, try to solve the challenge on your own! Use sorting-related code as a reference and apply similar typing techniques to filtering-related code.
🤝 Helper materials
- Read the "Typy Generyczne w TypeScript" ebook (in Polish)
- Watch YouTube video "Zaawansowany TypeScript w praktyce: Refaktoryzacja projektu" (in Polish) - it shows the process of refactoring a sorting-related code in a similar way.