// If your browser does not support ECMAScript 6, you can use .apply instead: a.push.apply(a, b) // Or perhaps, if you think it's clearer: Array.prototype.push.apply(a,b)