So something like the following? ```js a.field ?= value; ``` And this sets the property `field` of object `a` to `value` if `value != null`. Sebastian Malton
It's about the value of the property to be added, nothing to do with the name of the property. It should discard properties whose value are null(but this behavior is not always desired, so a different syntax for these properties should be added).
```
On nov. 28 2017, at 8:33 pm, Sebastian Malton <[email protected]> wrote:
| ||||
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

