TypeScript type-challenges

Collection of TypeScript type challenges with online judge – GitHub – type-challenges/type-challenges: Collection of TypeScript type challenges with online judge… Read more

Similar

TypeScript 5.0 Beta

Today we’re excited to announce our beta release of TypeScript 5.0! This release brings many new features, while aiming to make TypeScript, smaller, simpler, and faster. We’ve implemented the new decorators standard, functionality to better support ESM pr... (more…)

Read more »

You do not need TypeScript or Flow

We all recognize that as javascript applications grow larger, implicit casting and a variety of type-related gotchas begin to make things difficult. In my experience, a line is crossed somewhere north of 25KSLOC. The question is what we do about it. Faceb...

Read more »