Monday, February 13, 2012

Jslint Is Not A Code Quality Tool For 3rd Party Code

Jslint Is Not A Code Quality Tool For 3rd Party Code: "console.log('hi')

(function(){
console.log('there')
})
will be interpreted as this:

console.log('hi')(function(){
console.log('there')
})()"

'via Blog this'