JSFiddle - React, Tailwind, and code Playground

by Ialimijoro

JavaScript

let a = 'a'
let b = 'b'

a = [a, ,b] = [1,2,3]
console.log(a)