Nullish-coalescing operator

생강🖤·2021년 8월 14일
0

Nullish coalescing operator ??

leftExpr ?? rightExpr

null, undefined ?? rightExpr 실행

✦ Default Parameter is only for undefined!


Logical Or operator ||

leftExpr || rightExpr

falsy || rightExpr 실행

profile
Slow but steady

0개의 댓글