I'm personally a bit uncomfortable using loose equality in Javascript.
Actually I think this idea would be a good feature to add to the language. When you look at the latest operators added to the language, we can see similar operators like ?. , ?? , or ??= , achieving the same purpose: easing comparisons with nullish values. This proposal would stay consistent with them.