Home

Tech Talk with Varun

  • How the JavaScript engine works with operators

    January 1, 2020 by

    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

    December 9, 2019 by

    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

View all posts

Follow My Blog

Get new content delivered directly to your inbox.

Design a site like this with WordPress.com
Get started