rest parameters

Michaël Rouges michael.rouges at gmail.com
Fri Oct 2 22:00:29 UTC 2015


For the undefined case, it isn't unexistent...

```JavaScript
void function () {
     console.log(arguments.length); // 3
}(1, 2, undefined);
```

Then, I don't see how it may be ambiguous...


Michaël Rouges - https://github.com/Lcfvs - @Lcfvs
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20151003/2790b656/attachment-0001.html>


More information about the es-discuss mailing list