JSFiddle - React, Tailwind, and code Playground

by Mingtao Sun

JavaScript

var tests=[1,2,3,4]
tests.splice(3,1)
console.log(tests)