The JavaScript Interpreter, Interpreted
Martha Girdler(00:19:18)
sourced from JSConfEU
Martha Girdler(00:19:18)
sourced from JSConfEU
JavaScript is misunderstood. It looks like C, acts like Lisp, but deviates in important and confusing ways. It can mimic classical behavior but is built on prototypes. It has blocks but doesn't provide block scope. Then, throw in the magical "this" keyword and we have a recipe for interpreted disaster. Understanding how JavaScript creates and executes function objects is key to understanding JavaScript. In this talk we'll walk through the JavaScript interpreter in an easy-to-follow no-confusing-jargon manner. You'll leave with a better understanding of vanilla JavaScript!