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
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

