JSFiddle - React, Tailwind, and code Playground

by ryanburnett

JavaScript

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