doesn't fat-arrow solve this? It's not that verbose, and you can put the arguments in any order you want
```js
[1,2,3].forEach(element => myCallback("something else", element));
```
Marius Gundersen
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

