Performance tips of JavaScript in V8
A great article on some very specific considerations for your code to make it take advantage of all the optimizations that V8 does these days.
It includes a discussion of how V8 create hidden classes, optimizes arrays, and compiles down JavaScript code.
Check out the full article on HTML5Rocks