We just noticed that if you use the "Nullish coalescing operator" (??) on 
anything which is not an object, it will cuase the compiler to show a warning 
of something like "Comparison between a value of type Number and an unrelated 
type Null.”.

The warning makes some technical sense, but it seems to me like it’s not 
something we want in practice. It makes it less useful on uninitialized values.

Thoughts?

Harbs

Reply via email to