Lars Bak is a virtual machine master. He and team have created a Javascript VM, V8, that takes Javascript syntax and produces optimized machine code directly. The result is very performant execution o... (more…)
Read more »
The WeakMap object is a collection of key/value pairs in which the keys are weakly referenced. The keys must be objects and the values can… (more…)
Read more »
Learn about some of the ways in which JavaScript works internally with a basic primer on the thread of execution. (more…)
Read more »
On this topic: Part 1 | Part 2 | Part 3 | Part 4 | Part 5...
Read more »
The guide that will make you understand prototypal inheritance in JavaScript: prototype object, inherited propertes, chain of prototypes. (more…)
Read more »