Is there a difference in performance over many iterations of string concatenation if the string being added is the same or different each time?
bbbb
Compare the new ES6 spread operator with the traditional concat() method and push
Create Your benchmarks
FAQ: FAQ
Source code: GitHub/MeasureThat.net
Report issues: MeasureThat.net/Issues
Based on: Benchmark.js
Facebook page: https://www.facebook.com/MeasureThat.Net
Python benchmarks support: Pyodide