Array.prototype.concat vs spread operator vs lodash.concat - variable and constant (version: 1)
Compare the new ES6 spread operator with the traditional concat() method and with the favourite _.concat() method, when an array from a variable is concatenated with an array literal.
Comparing performance of: Array.prototype.concat vs spread operator vs lodash concat