#typescript
Read more stories on Hashnode
Articles with this tag
Notes from Effective TypeScript by Dan Vanderkam · Motivation Try as we might, we won't always know what a type should be at every given point in time....
Lessons from Effective Typescript - Prefer Incomplete Types to Inaccurate Types · ... it’s interesting that you can express something like “an array of...
Continuation of Session IV of Building a Leetcode Contest Analyser · Recap I left off session IV with a PR I said I'd come back to. It had 4 failing...
Continuation of Session IV of Building a Leetcode Percentile Analyser II · Recap We ended the last session by getting our weekly cron tests passing. This...
Notes from Effective TypeScript · What exactly is type widening? Type widening is the process by which the type checker assigns a type to a variable...
Notes from Effective Typescript · What are Type Operations We're familiar with popular Javascript operators such as + - += && ||[1]. Similar operators...