concept JSHint in category javascript

appears as: JSHint
JavaScript Application Design: A Build First Approach

This is an excerpt from Manning's book JavaScript Application Design: A Build First Approach.

4 For more information on JSHint, see http://jshint.com.

JSHint is a command line tool that lints JavaScript files and snippets. It’s written in Node.js, which is a platform for developing applications using JavaScript. If you need a quick overview of Node.js fundamentals, refer to appendix A, where I explain what modules are and how they work. If you want a deeper analysis of Node.js, refer to Node.js in Action by Mike Cantelon et al. (Manning, 2013). Understanding this will also be useful when working with Grunt, our build tool of choice, in the next chapter.

Figure 1.9. Linting with JSHint from your terminal
sitemap

Unable to load book!

The book could not be loaded.

(try again in a couple of minutes)

manning.com homepage
test yourself with a liveTest