Understanding Nullish Coalescing in Typescript
What Nullish Coalescing is all about
Nullish coalescing is an operator introduced in TypeScript version 3.7 that allows developers to specify a default value for null or undefined. This can be especially useful when working with strict null checking,...
tsegsxaviers.hashnode.dev3 min read