JSFiddle - React, Tailwind, and code Playground by Mingtao Sun October 14, 2019 JavaScript var tests=[1,2,3,4] tests.splice(3,1) console.log(tests)