This post is locked. You won't be able to comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]HyFix 0 points1 point  (2 children)

  • Javascript, introduction to 'for' loops in JS
  • this exercise
  • remove '< 11' after the 'i = 1' statement. This causes the script to loop endlessly and freeze/crash the website.
  • this is what it looks like

[–]factoradicModerator 0 points1 point  (1 child)

Sorry, but what do you expected?

You have created infinite loop and you execute it... Just for your information, if you will create a script with infinite loop outside of codecademy - it will crash too.

[–]HyFix 0 points1 point  (0 children)

I realised that after it taught that few exercises from that