JSFiddle - React, Tailwind, and code Playground
by Michel Penke
JavaScript
let myFish = ['angel', 'clown', 'mandarin', 'sturgeon']
let removed = myFish.splice(0, 1)
console.log(myFish)
by Michel Penke
let myFish = ['angel', 'clown', 'mandarin', 'sturgeon']
let removed = myFish.splice(0, 1)
console.log(myFish)