JSFiddle - React, Tailwind, and code Playground by I Sang Hyeon March 20, 2018 JavaScript var times = 3; for(var i=0; i<3; i++){ console.log('i=='+i); }