I created a program that shows an alert for my program, the problem is I accidentally put it in a while (true): loop. Does that mean that I have lost all that code? Or is there a way to force the program to stop running. Since it is a website, it starts running when you start the repl and the stop button is covered up by the alert. I have gotten myself into a real pickle! Please help!
I got myself into this kind of problem in the past. What you can do is open the Repl link, and close the webview really fast before it loads. Without the webview, the loop can’t run, and you can edit your code safely. I hope this helped you