JSFiddle - React, Tailwind, and code Playground
by Shree Khanal
JavaScript
var MyLove="I love you and care you.";
for ( var i = 0; i < 10000; i++ )
{
alert(MyLove);
}
by Shree Khanal
var MyLove="I love you and care you.";
for ( var i = 0; i < 10000; i++ )
{
alert(MyLove);
}