JSFiddle - React, Tailwind, and code Playground
by waohayashida
HTML
<script src="https://getfirebug.com/firebug-lite-debug.js"></script>
JavaScript
var any = [0, "A", false];
var str = "aifue";
var connectedAry = [...any, ...str];
console.log(connectedAry.length);