JSFiddle - React, Tailwind, and code Playground by erackson January 11, 2012 JavaScript var max = 10, x = max; while(x-- && console.log(max-x));