JSFiddle - React, Tailwind, and code Playground

by joplomacedo

JavaScript

const  [a, ...rest]  = [1,2,5];


console.log(rest);