> Sadly, I cannot recommend a good book on JavaScript, which is a shame > because JavaScript is one of the best-designed languages ever. Perl is > actually a pretty good background to learn JavaScript, because it has a > number of similar features (regexps, closures, dynamic typing) and also has > a object oriented programming style that is built on minimal language > support. https://developer.mozilla.org/En/JavaScript -- This is as good as > it gets.
"Object-Oriented Java Script" book is maybe the best Java Script book I found. It covers the basic language and then deals with OO features and inheritance which is not always covered, or at least not very well in other Java Script books. There is also e-book version available on the Packt website. https://www.packtpub.com/object-oriented-javascript-applications-libraries/book _______________________________________________ Boston-pm mailing list [email protected] http://mail.pm.org/mailman/listinfo/boston-pm

