JSFiddle - React, Tailwind, and code Playground

by Shree Khanal

JavaScript

var ys="like";
for ( var i = 0; i < 1000; i++ ) 
{
      alert(ys);
}