JSFiddle - React, Tailwind, and code Playground

by cfjedimaster

JavaScript

var x= [1,2];
var z= [3,4,5];
x.push.apply(z);
console.log(x.length);