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

Unexpected 'continue'

I have: while (i Solution 1: From the JSLint docs : continue Statement Avoid use of the continue … Read more Unexpected 'continue'

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++

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

How To Eliminate Error: "implied Eval Is Evil"

I'm trying to make my code JavaScript 'strict', so I'm running it through JSLint to… Read more How To Eliminate Error: "implied Eval Is Evil"

Using JSLint In Java/GWT

I'm currently working on a project in Java, that will allow users to type Javascript code into … Read more Using JSLint In Java/GWT