JSFiddle - React, Tailwind, and code Playground

by Hugo Carneiro

JavaScript

var array = ['1', '2', '3']

array.splice(1, 1)

console.log(array)