how to scan javascript code to find errors (are there any programs do that) ?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
Load it into Firefox, and use Firebug plugin. It enables you to debug JavaScript, and to see where errors are located in your code. |
|||
|
|
|
Yes, a number of programs have plugins etc that can be used to detect common errors and syntax problems. If I were you I would start here, JS Lint or here In addition, each most browsers have a Javascript console where you can see errors reported and debug your code. Safari and Chrome have it in-built, for Firefox download Firebug. |
|||
|
|