Named Paramters
Benjamin Gruenbaum
benjamingr at gmail.com
Sat Jul 11 21:47:56 UTC 2015
Hey, I wasn't able to find information about the current status of a named
parameters propsosal:
// as in:
foo(bar = 5); // logs 5
function foo(baz, bak, bar){
console.log(bar);
}
Is this being considered? Was it decided for/against? Anyone working on it?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20150712/2324b707/attachment.html>
More information about the es-discuss
mailing list