Run results for: Array.prototype.concat vs spread operator - Immutable version
Compare the new ES6 spread operator with the traditional concat() method. All methods create a fresh array to simulate an environment where immutable data is a requirement.