JSFiddle - React, Tailwind, and code Playground

by rapsac

JavaScript

var one = new Array(1,2,3,4);
var two = new Array(5,6,7,8);

var three = new Array(one.length);

alert(three.length);