Issue with Sum all primes crash

When ever I try and load the web page it completely freezes up and crashes on me, its just this particular page. I can’t even reset my code since it crashes instantly

You have created an infinite loop.
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