How the JavaScript engine works with operators

In this post we will go over the following concepts in JavaScript– Operators– Operator Precedence– Operator Associativity– Coercion Operator Basics We are taught from a young age that a plus sign between two numbers results in the addition of them and one number returned. To keep this same syntax in code rather than something likeContinue reading “How the JavaScript engine works with operators”

Understanding base JavaScript concepts Part I

We will be inspecting the following concepts and explain how the JavaScript engine is working in the browser:– Execution Context– Scope Chain and the Lexical EnvironmentThe following index.html will be accompanying all app.js files used to demonstrate the above concepts. Execution Contexts When I load the index.html file into the browser with the empty app.jsContinue reading “Understanding base JavaScript concepts Part I”

Design a site like this with WordPress.com
Get started