Glitch in tutorial

In the “Iterate with Javascript while loops” tutorial which is #93 in the Javascript section, there is some sort of glitch that won’t allow me to do it and pass. It freezes up. I was able to do the following tutorial #94 without any hiccups.

Hi and welcome to the forum. Please post your full code and a link to the challenge in question.

Freezing up in that challenge can indicate that you’ve written an infinite loop.

2 Likes

Thanks dude. You are correct, i was producing an infinite loop. My issue was that i wasn’t decrementing my iterator.

2 Likes

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.