JSFiddle - React, Tailwind, and code Playground

by Avi Algaly

JavaScript

const a = [0,1,2]
const b = [3,4,5]
console.log([a,b])