Has anyone else had any issues with this lesson? It keeps crashing on me, before I’ve even finished writing the code… (Im using Chrome). Thanks in advance.
What is your code? Coding errors such as infinite loops will cause crashes.
Thanks for your quick reply. I was convinced it was a bug on FreeCodeCamp (how naive!). You are correct, I had created a never-ending loop. (I had written i++ rather than i–) Thanks for making me think harder!
I’m happy to help. We’ve all written some infinite loops at some point
1 Like