"No Repeats Please" is v stuck

Hey y’all,

I was trying to implement Heap’s algorithm and now the browser full on freezes every time I open the page XD Any way you might be able to reset the code for me? I think I’m just going to use arrays this time, efficiency be damned. :wink:

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

No one can clear it for you. The problematic code is in your own browser.