On Sun, Jan 6, 2013 at 6:31 PM, Axel Rauschmayer <[email protected]> wrote:
> What is the simplest way of enforcing an arity in ES6? Doesn’t it involve
> arguments?
>
Hmm. Can you do this?
function f(x, y, ...[]) {}
-j
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

