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

Using Jslint In Notepad++

I have seen other text editors use extensions to allow syntax checkers such as JSLint, is this poss… Read more Using Jslint In Notepad++

Empty Functions In Javascript

If I have something like this: var blah = function() { }; and then later in code blah is being use… Read more Empty Functions In Javascript

Bad Escapement & Unclosed String

var freebie = ' \ \ \ \ Solution 1: Short answer, you need to configure JSL… Read more Bad Escapement & Unclosed String

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?