JSFiddle - React, Tailwind, and code Playground

by Daniil464

JavaScript

for (i = 2; i < 3;) {
  alert( i++ );
}