JSFiddle - React, Tailwind, and code Playground

by booktu8

JavaScript

let arr = [1]
let i = 0;
while (i < arr.length) {

if(i<10){

}
  console.log(arr[i])
}