JSFiddle - React, Tailwind, and code Playground by ClarenceDowns September 23, 2019 JavaScript var inc = (Math.PI)/2; console.log(inc); for(let x=0; x <= 15; x+inc){ console.log(x); }