null coalescing operator

[1/1]

  1. Making JavaScript Code More Readable and Robust: The Nullish Coalescing Operator
    The null coalescing operator (??) is a binary operator introduced in ECMAScript 2020 (ES2020) that provides a concise way to handle null and undefined values