To get more clarity on how nullish coalescing (??) works, it would be wiser to compare it with the OR operator (||) and understand.
Before we head towards the blog's main topic, I want to brief you about Falsy values in javascript.
Falsy & Truthy val...