>
> What about `a!?.b` since semantically the symbol `!` has a meaning of
> non-nullable in JSDoc[1].
>

"!" in this context typically means non-optional, or "throw if the value is
nill".  See Swift for example.

Or just `a!.b`?
>

Same thing.

Kevin
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to