I seem to have blown the stack on the intermediate fibonacci challenge. If i load the page it stalls before I can reset it. Is there another way to reset a challenge? Has anyone else had this problem?
Try pasting this into the browser: https://www.freecodecamp.com/challenges/sum-all-odd-fibonacci-numbers#?solution= function%20sumFibs(num)%20{ %20%20return%20num%3B } sumFibs(4)%3B
It should reset to a default solution.
Disabling auto-run might help as well:
Thanks @janschreiber and @joesmith100. Very Helpful.