Does anyone know of a program or site which can point out errors I'm making in my JavaScript? It's quite frustrating when I load a web page with JavaScript, and the script part doesn't work, but there's nothing there telling me why not...
javascript:
Yes, or Tools -> Javascript Console. Assuming you are running Firefox, naturally.
Ah. I was using Safari, and javascript:
does nothing... I downloaded FireFox and tried that JavaScript Console, and it showed me what was wrong. (I guess I can't terminate a comment with /-->
...) Thank you.
Firefox is godly for web development. The Javascript console and the DOM inspector really are wonderful tools.