DEV Community

Discussion on: 6 Nullish coalescing operators every javascript programmer must know !

Collapse
 
cariehl profile image
Cooper Riehl

Good article!

I appreciate how you built up to the (in my opinion) most useful forms of null-checking, the ?. and ?? operators. Coming from a .NET background, I use this pattern frequently, so it's good to know that I can apply the same pattern in JavaScript.

Thanks for sharing :)

Collapse
 
sudarshansb143 profile image
sudarshan

Greatful for your feedback !