You-Dont-Know-JS icon indicating copy to clipboard operation
You-Dont-Know-JS copied to clipboard

types & grammar: cover the weird non-precedence of `??` operator in the presence of `||` / `&&` operators

Open getify opened this issue 1 year ago • 0 comments

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Cant_use_nullish_coalescing_unparenthesized

getify avatar Sep 08 '24 14:09 getify