How can I test potentially browser crashing javascript

Posted by yaya3 on Stack Overflow See other posts from Stack Overflow or by yaya3
Published on 2010-06-10T22:59:33Z Indexed on 2010/06/10 23:22 UTC
Read the original article Hit count: 270

I've been having a crack at some of the problems over at http://projecteuler.net/ with JavaScript. I've been using a simple html page and running my code in script tags so I can log my results in the browsers' console. When experimenting with loops I sometimes cause the browser to crash.

Is there a better environment for me to do this kind of development?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about browser