JSFiddle - React, Tailwind, and code Playground by joplomacedo October 11, 2020 JavaScript const [a, ...rest] = [1,2,5]; console.log(rest);