JavaScript runs on many platforms and in different environments. We often forget about the low level infrastructure that makes it work. During this talk we are going to explore how to read the source code of v8. We'll see how to dig into different features of the language and understand how they work. This can give us a very deep understanding and make us a better JavaScript developers.