DEV Community

Discussion on: Finding Bugs in Languages/Frameworks You Don't Know: node.js

Collapse
 
srepollock profile image
Spencer Pollock

Set this up in your Integrated Development Environment (IDE) and never have a syntax error again:
jslint.com

Collapse
 
therealdarkmage profile image
darkmage

That's useful for development purposes for sure! I don't think my students' should or will be allowed to use such a tool ;)