Nullish Coalescing and Optional Chaining
Introduction
Prevention is better than cure! When we stumble on a scenario with a possibility of undefined or null, it's better to have a checkpoint than break the code!
We can handle undefined/null in the following way, right?
function printName(nam...
rajashreeparhi.hashnode.dev3 min read
Aarush Sharma
I will finish my graduation in June 2022.
Makes sense, thanks for sharing.