Herby Vojčík wrote:
So when one actually _wants_ to concat (as, add elements of the iterable), it should stop using concat for that and must do something like

 var concatenated = first.slice();
 concatenated.push(...second, ...third, ...fourth);

Or use concat but wrap the parameter with [].

/be
_______________________________________________
es-discuss mailing list
es-discuss@mozilla.org
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to