i am still a javascript novice but i can't help adding more and more little tricks to my webpages. problem is, i frequently introduce little errors in the javascript code, which renders the whole external.js file useless, and it sometimes takes hours just to find the stray comma (or whatever) that caused the error!
i've looked all over to find some script validator or similar on the net where i can just paste my code and it will tell me where the error is. anyone know of such a site / application?
thanks!