JSFiddle - React, Tailwind, and code Playground

by Julian Garcia Castillo

JavaScript

let books = [1,2,3,4]
 books.splice(1, 1)
 console.log(books)