
13. September 2021
TypeScript Coding Challenge #5 – Type for Event Handlers like onClick
How to best type ‘onChange’, ‘onClick’, etc.

3. May 2021
TypeScript Coding Challenge #4 – Type for Required Fields
We implement a generic type that reduces a type to only the required fields.

1. April 2021
TypeScript Coding Challenge #3 – Type Chainable Options
Today we want to create types for an object with chainable method calls.

29. March 2021
TypeScript Coding Challenge #2 – String Compression
Our task is to write a function that does String compression in TypeScript.

19. March 2021
TypeScript Coding Challenge #1 – All Unique Characters
Implement an algorithm to check if a string has all unique characters (without data structures).