JSFiddle - React, Tailwind, and code Playground

by luka kupunia

JavaScript

const arr = [1,2];
const arr2 = [3,4]

console.log([...arr,arr2])