JSFiddle - React, Tailwind, and code Playground

JavaScript

var length = 1;
for(var i=length;i--;) {
    alert(i);
}