The Christmas edition is about strict mode in JavaScript. The short story is that you should always use strict mode. The longer version is that strict mode will save your sanity when writing and debugging JavaScript.

The essential properties of strict mode are:

There are some other things as well, but those seem to be the most important things to note.