How do I override an object method in JavaScript?

What are some reviews of Effective JavaScript by David Herman?

  • http://www.informit.com/store/effective-javascript-68-specific-ways-to-harness-the-9780321812186 David Herman is @littlecalculist http://calculist.org This is especially interesting since the Addison Wesley "Effective" series looks quite serious. In order to truly master JavaScript, you need to learn how to work effectively with the language’s flexible, expressive features and how to avoid its pitfalls. No matter how long you’ve been writing JavaScript code, Effective JavaScript will help deepen your understanding of this powerful language, so you can build more predictable, reliable, and maintainable programs.   Author David Herman, with his years of experience on Ecma’s JavaScript standardization committee, illuminates the language’s inner workings as never before—helping you take full advantage of JavaScript’s expressiveness. Reflecting the latest versions of the JavaScript standard, the book offers well-proven techniques and best practices you’ll rely on for years to come.   Effective JavaScript is organized around 68 proven approaches for writing better JavaScript, backed by concrete examples. You’ll learn how to choose the right programming style for each project, manage unanticipated problems, and work more successfully with every facet of JavaScript programming from data structures to concurrency. Key features include Better ways to use prototype-based object-oriented programming Subtleties and solutions for working with arrays and dictionary objects Precise and practical explanations of JavaScript’s functions and variable scoping semantics Useful JavaScript programming patterns and idioms, such as options objects and method chaining In-depth guidance on using JavaScript’s unique “run-to-completion” approach to concurrency

  • Answer:

    I had a look through on http://safaribooksonline.comand it's well worth a read. Like the title suggests; it's a collection of short lessons on important specifics of the language - things which are either fundamentals for writing JavaScript to an advanced level and/or confusing aspects which can trip you up. I don't know what the intended target audience is, but I think this is best suited to an intermediate to advanced JS Developer looking to really harden their understanding of JS.

Jamie Mason at Quora Visit the source

Was this solution helpful to you?

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.