Ariya Hidayat (2013-02-18T21:10:02.000Z)
The guide looks really good. Well done!

One thing I learned when trying to convince others to use strict mode
is a tool to help catching the syntax errors. Scanning a large app
code by hand is tedious and error prone. This is one of the reasons I
built an online validator: http://esprima.org/demo/validate.html.
Maybe that can be useful.


Best regards,


-- 
Ariya Hidayat, http://ariya.ofilabs.com
http://twitter.com/ariyahidayat
http://gplus.to/ariyahidayat
github at esdiscuss.org (2013-07-12T02:26:28.120Z)
The guide looks really good. Well done!

One thing I learned when trying to convince others to use strict mode
is a tool to help catching the syntax errors. Scanning a large app
code by hand is tedious and error prone. This is one of the reasons I
built an online validator: http://esprima.org/demo/validate.html.
Maybe that can be useful.