> > My bad - I thought the function call was nested in the loop, not after it.
> >
> > Either way, this will still try to call the loop an infinite number of times in the same tick producing the same result.
>
> Yes, its calling itself once every time it runs. Its not inside the loop.
This will still call itself an infinite number of times most likely causing browser to crash
Yes, sorry, maybe my last post was not clear.
I wrote that the calling action was inside the loop, as I saw that I was wrong I deleted my post and wrote a new one agreeing with yours. It is an endless loop.