Thursday, 19 September 2013

How to show JavaScript errors using JSHint?

How to show JavaScript errors using JSHint?

I am trying to build a simple JavaScript validator, something like JSHint.
I want to write a JavaScript code and click a "Validate" button, and the
errors should show up. Here's what I am trying to build.
http://jsbin.com/AZEpOHi/1/edit

No comments:

Post a Comment