JSFiddle - React, Tailwind, and code Playground

by erackson

JavaScript

var max = 10, x = max;
while(x-- && console.log(max-x));