Any reason you don't like the empty space with a comma? I also don't, but
that's what it is now:

```js
arr.map(( , index) => ...)
```

Also wouldn't mind ? or *, since I associate ! with "not" as a unary
operator, but "*" isn't a unary in JS.
_______________________________________________
es-discuss mailing list
es-discuss@mozilla.org
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to