Technology, Data and Science

JavaScript: Under the Hood

Suggested prerequisites

  • Familiarity with JavaScript programming

JavaScript can do a lot of amazing things when building web applications and websites, but have you ever actually wondered how it does these things? How does a browser know what to do with JavaScript code? On the surface, we see functions and event handlers and return statements, but how is the JavaScript engine threading all of that together? And how does it affect your code? Join JavaScript engineer Manish Poduval in this course to find out the answer to these questions, and learn more about what happens in the behind-the-scenes workings of JavaScript.

Learn More