Tagged Questions

3
votes
8answers
4k views

Firefox add-on tools for checking JavaScript syntax?

Not sure if there is any Firefox add-on tool for checking JavaScript syntax, var declaration, or even pre-compiling available? I find out is very difficult to debug JavaScript in a web html page. I ...