JSFiddle - React, Tailwind, and code Playground

by Pratik Galoria

JavaScript

const array = [5, 7, 8];
let [a, b] = array;
console.log(a, b);