Run results for: Array.prototype.concat vs spread operator vs lodash.concat - variable and constant
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.