Nullish coalescing operator (??)
Have you encountered a scenario during comparison where if first operand is null or undefined, and you want to use the right operand which has defined value? Many Javascript developers faced this scenario often π. Hence, ES11 introduced a logical op...
meghanask.hashnode.dev2 min read
Naga Satya Geeth Veeravali
Web Development
Great blog!