JSFiddle - React, Tailwind, and code Playground

by Michael Prosser

JavaScript

j = 0;

while(j < 10){

	alert(j);
  
  j++;

}