Page is unresponsive on `Iterate with JavaScript Do...While Loops`

You created an infinite loop.

Your condition:

while(1 < 11)

will always be true ( perhaps you wanted i).

Visit this page to know how to recover an unresponsive page:

hope it helps :+1: