JSFiddle - React, Tailwind, and code Playground

by alexbfree

JavaScript

let plan = [
  [1,2],
  [3,4,5]
];

console.log(plan.slice(0,1));