JSFiddle - React, Tailwind, and code Playground by kazumasa sait December 14, 2013 JavaScript var a = 1; while ( a < 10) { console.log(a); a++; }