Not sure if there is any additional Firefox tool for checking JavaScript syntax, var declaration or even precompilation?
I found it very difficult to debug JavaScript in an html webpage. I have to add a script there. When scripts become very large or long, it stops working. In principle, there should be some errors. This is very unpleasant, even stopping the load. I need good tools to learn about bugs.
I tried FireBug. This is good, but not enough. Perhaps I do not know all its features. Anyway, I need some good suggestions.
, .
Javascript Firefox Firebug
Add-On ( , , - Firefox), JSLint, , ( .)
- javascript JSLint. JSLint javascript .
YSlow JSLint .
FireBug : Venkman JavaScript Debugger, , ...
firebug, , , . JS F12, , , . , . .. , .
Rainbow. - FF3, . , .
firebug js, 15000 . ( , , ).
, JSLint . - , , "", "; jsLint. js , jslint 3%, , ( ";".)
2 :
, , , , , .
. , , JavaScript , HTML. , Firebug , , JSLint, , , .
Firebug , (1.10.3) , .
Hi Gene: you can change one option.maxerr variable inside your jslint.js file to the number you need.
The default value is 50, you can change it to 500 or 1000 to suit your taste.
I use the following values to verify the code.
Alternatively, jshint and jslint plugins are available for text editors such as Notepad ++, sublime, etc.
Source: https://habr.com/ru/post/1698954/More articles:Shared hosting - c #How to truncate a date in .net? - .netHow does the Cauchy Reed-Solomon algorithm work? - referenceIt takes a simple RegEx to find the number in one word - regexHow to delete browser cookies using javascript? - javascriptHow to send an array through an HTTP service in Adobe Flex 3 - httpRead a 64-bit whole line from a file - c ++How to configure import path in Visual Studio IronPython projects - pythonWhat is the correct way to avoid text in JSON responses? - jsonHow to find files with ^ M from linux using csh - dosAll Articles