JSFiddle - React, Tailwind, and code Playground by nate August 10, 2012 JavaScript var foo = 10; while (foo > 0) { console.log(foo); foo -= 1; }