I am trying to solve Q10 from Project Euler. I am using JavaScript and Sieve of Atkins algorithm to solve the problem. When I run the code on browsers(Safari and FF) the browsers prompts that the script is unresponsive. Even if I let the script to continue I never got the answer. I know there are threads for the same Project Euler problem.
My questions would be:-
1.How far JavaScript is capable to solve such complex mathematical problems for browsers?
2.Is there any other environment where I can I test my JavaScript programs?
Thank you All.