It's easy to write poorly performing string-building loops in any language, and JavaScript is no exception. This article showcases common sources of string-building performance problems and supplies a set of simple guidelines for avoiding them.
how-to
javascript
methodology
research