On Tue, Oct 29, 2019 at 9:06 AM manuelbarzi <[email protected]> wrote: > ``` > fun('a', 'b',, 'd',, 'f') > ```
While this does technically match up with arrays, I find the the array behavior unreadable and unintuitive (especially with the exception for the final comma), and I'd prefer that syntax quirk not spread to other list-like syntax constructs. Passing `undefined` is simply and easy enough; if it's too long you can shave off three characters by spelling it `void 0`. Or put a `var _;` at the top of your script and use that. ~TJ _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

