JSFiddle - React, Tailwind, and code Playground

by ryanburnett

JavaScript

var poem = ["Umm....", "Roses", "are", "red", "violets", "are", "blue"];
poem.shift();
console.log(poem);