Is this worthy of ES.next support? Or does it belong into a library?

The two concatenation approaches I know of are:
1. via +=
2. push() into an array, join() it after the last push()

(1) can’t possibly be efficient, but if (2) is OK on all(!) platforms, then a 
library would be OK. However, given how frequently this is used, I would like 
this to become part of the standard library.

-- 
Dr. Axel Rauschmayer

a...@rauschma.de
twitter.com/rauschma

home: rauschma.de
blog: 2ality.com



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

Reply via email to