Tech Talk with Varun
-
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 like… Read more
-
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.js… Read more
Follow My Blog
Get new content delivered directly to your inbox.