JSFiddle - React, Tailwind, and code Playground by cfjedimaster January 19, 2014 JavaScript var x= [1,2]; var z= [3,4,5]; x.push.apply(z); console.log(x.length);