Hi all!
I make a mistake in my form (javascript)
I created a loop and I can't stop it.
var i = 0;
while (i < 10) {
alert("I am an alert box!");
i = 1;
}
Each one I'm trying to edit my code, I get the message pop-up. This means I can't edit it and then, I can't stop it.
How can I do ?
Do not laugh, it's embarrassing XD
Thanks in advance.
Regards