How JavaScript works: inside the V8 engine + 5 tips on how to write optimized code

This second post will be diving into the internal parts of Google’s V8 JavaScript engine.

How JavaScript works: an overview of the engine, the runtime, and the call stack

This post is meant to be the first in a series aimed at digging deeper into JavaScript and how it actually works