Broken Challenge? Need reset?

My “Sum all odd Fibonacci numbers” challenge is not responding when I enter it. I may have created a stupid loop or something. onLoad it freezes instantly. I can’t even go to reset the code. Every other challenge works fine for me and so I’m moving on. But if there is some way someone internally can reset that one code for me, that would be great!

Thanks!

You have created an infinite loop or infinite recursion. FCC uses an infinite loop protection, but it can’t catch every case.

If you don’t want to lose your work, try disabling auto run.
Another option is to clear the challenge data from your browser cache. This will cause you to lose any code you have written so far.

It is the data in your own browser cache that is causing your page to crash, so there is nothing that anyone can do without actually being at your computer.