JSFiddle - React, Tailwind, and code Playground by alexbfree July 12, 2018 JavaScript let plan = [ [1,2], [3,4,5] ]; console.log(plan.slice(0,1));