pache78
November 14, 2017, 2:31am
1
Ever since I started the 3rd/4th problem, the answers already appear in the text editor and all I had to do was hit the run button. I’m not sure whats going on…
Sounds like you might be using a browser that someone has already used to complete some FCC challenges? Clear your browser cache.
Removing specific values from your browser’s local storage will solve many problems related to the browser crashing or freezing on FreeCodeCamp.
This solves, as example, a common problem with browser hanging out in a challenge’s page after saving a response with an infinite loop.
When this happens, you must delete the value in localStorage storing that response.
In Chrome:
On freecodecamp.com , open your developer tools.
More tools > Developer tools (or Ctrl + Shift + I (Windows), …
1 Like