optional nullish destructuring defaults

Perhaps the syntax should have two question marks to match Logical nullish assignment (??=) - JavaScript | MDN

Related is if this would also work for function arguments Nullish coalescing syntax for default param values