hawtim.github.io
hawtim.github.io copied to clipboard
?(可选链), ??(空值合并运算符), ||(逻辑或操作符)的差异和使用场景
Reference:
- https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Operators/Nullish_coalescing_operator
- https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Operators/Optional_chaining
- https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Operators/Logical_OR