?/100

The tip that saved me HOURS of refactoring time - Advanced TypeScript

June 20, 202216905

Description

Learning about the difference between optional properties (name?: string) and undefined unions (name: string | undefined) can give you an amazing productivity boost for certain refactors. Become a TypeScript Wizard with Matt's upcoming TypeScript Course: https://www.totaltypescript.com/ Follow Matt on Twitter https://twitter.com/mattpocockuk

Wheatcha