JavaScript explained

Post Info

Author

Eugene Lazutkin

Date

Posted: Sunday, March 1, 2009
Updated: Saturday, April 13, 2013

Categories

Development::Web::AJAX (17)
Development::Web::AJAX::Dojo (33)
Tutorials (5)

Explaining some dark corners of JavaScript, browsers, or Dojo for the 100th time I realized that I already did it on numerous occasions, and some of my answers are published on public web sites. So I decided to round up the most general ones I posted on StackOverflow and publish links to them here for a future reference.

JavaScript

This section is for language-specific topics. They can be equally applied in any environment.

Prototypal inheritance

A lot of people have problems with the prototypal inheritance in general and its implementation in JavaScript. These are for you guys:

General questions

JavaScript contains some features that are puzzling even for experienced programmers coming from different languages. Some of them are clarified below:

Browser

This section is for browser-specific topics. Let's face it: many JavaScript questions have nothing to do with the language itself, but with the container of a JavaScript interpreter.

DOM

Browser's DOM is a source of never-ending bugs, and gotchas. I tried to answer some of them:

General questions

The collection of miscellaneous answers on all browser-related things:

Testing and debugging

The lack of testing and debugging tools is the first thing any newcomer to JavaScript complains about. In reality it is not that bad:

Dojo

Like any library Dojo has its share of misunderstandings, and underdocumented features.

Using Dojo

Hints to help you use Dojo:

Why Dojo?

A legitimate question. Some answers:

Save/recommend this post:  del.icio.us  Digg  Reddit  StumbleUpon  Facebook    Subscribe to this blog:  Bloglines  Netvibes

Most recent related documents:

If you want to rate this post or write a review for others to read — use the gadget in the top-right corner of the page.

Leave a comment below:

Made with Django.