JSFiddle - React, Tailwind, and code Playground

by benhowdle89

JavaScript

var a = ['jesse', 'hank', 'walt'];
while(i = a.pop()){
alert(i);
}