Public TypeScript challenges shared by the EraCode community. These pages are teasers — skill maintenance starts when you attempt the full problem inside EraCode.
Quick practice on handling async side effects safely by making a request cancellable with AbortController.
Practice composing object shapes in TypeScript using structural typing. One quiz + one tiny coding gap.
Practice iterating over an object’s key/value pairs while preserving key types in TypeScript.