JSFiddle - React, Tailwind, and code Playground

by ClarenceDowns

JavaScript

var inc = (Math.PI)/2;

console.log(inc);

for(let x=0; x <= 15; x+inc){
	console.log(x);
}