Browser crush problem

ı have a problem with browser crush.when i try to solve a js algorithm.my browser crushed and im trying to open same js problem but it crushes again.how ll i reset my code what i wrote and get rid of this crushes.

You have created either an infinite loop or infinite recursion.
FCC uses an infinite loop protection, but it can’t catch every case.
The reason that your browser crashes every time you try to load the challenge is because the code in your editor automatically runs. Try disabling auto run.
Another option is to clear the challenge data from your browser cache.

1 Like