Skip to content Skip to sidebar Skip to footer
Showing posts with the label Jslint

Is There A Way To Make Jslint Happy With This Regex?

When running my JavaScript through JSLint, I get the following two errors from the same line of cod… Read more Is There A Way To Make Jslint Happy With This Regex?

'debugger' Command And Jslint

Google Chrome supports debugger command as a tool to setup a breakpoint in code. How can I hide war… Read more 'debugger' Command And Jslint

What Side Effects Does The Keyword 'new' Have In Javascript?

I'm working on a plug-in for jQuery and I'm getting this JSLint error: Problem at line 80 c… Read more What Side Effects Does The Keyword 'new' Have In Javascript?

How Can I Use Jslint For A Segment Of Code Which Depends On Jquery?

I'm relatively new to Javascript, and I'd like to run the piece of code I spent the weekend… Read more How Can I Use Jslint For A Segment Of Code Which Depends On Jquery?

How To Set 'use Strict' Globally With Jslint

I'm new to javascript and am trying to validate through JSLint. Where should I put 'use st… Read more How To Set 'use Strict' Globally With Jslint

Justifying Crockford Claims

I have read Crockford's JavaScript: The Good Parts and have used his validator JSLint. I am som… Read more Justifying Crockford Claims