Issue in Basic JavaScrips course

Dear Support,
I’m experiencing system issues in the Basic JavaScript cours in the "
Iterate with JavaScript While Loops" topic at https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/basic-javascript/iterate-with-javascript-while-loops

Everytime I try typing the solution code, I get the “Ooops!” page. I’ve followed all the suggestions offered to fix the error, but it keeps presenting despite restarting, clearing the cash, disabling plug-ins and using several different browsers.

Other sections are working, but this one keeps blowing up. Any help would be greatly appreciated please.

Thanks,
Johan

try writing the loop commented out, and then uncommenting it only after making sure it is not an infinite loop

this is an issue google chrome has with arrays that become too big. If you have an infinite loop that increase in size an array this happens.

2 Likes

thanks, I’ll try that. Not thought about infinite loops…
Much appreciated.

Thanks, I was experiencing this issue as well.