The Nullish Coalescing Operator (??)
Nullish coalescing operator returns the right side operand when the left side operand is Nullish. Likewise left side, an operand is returned when the right side operand is Nullish. Often used to provide a default value if the first one is missing.
Um...
kirti-singh.hashnode.dev1 min read