Elektrine lite

← Feed

@patak@m.webtoo.ls

Post #908226

2023-07-13 15:54 UTC

Oh, this proposal from @nic looks a great improvement! Now at Stage 1. Instead of: ```js if (obj) obj.prop = value; ``` we could get a optional chaining assignment: ```js obj?.prop = value ``` https://github.com/nicolo-ribaudo/proposal-optional-chaining-assignment

Replies (3)