JSFiddle - React, Tailwind, and code Playground by Pratik Galoria September 13, 2018 JavaScript const array = [5, 7, 8]; let [a, b] = array; console.log(a, b);