David Olaleyedevdave.hashnode.devยทSep 1, 2022How Javascript Works Behind The Scenes part 1Javascript Is A Synchronous Single-Threaded Language That Can Be Non-Blocking. ๐ This is the first part of an introductory article on how Javascript executes our code behind the scenes. If you have been familiar with javascript for a while (o...48 readsExecution Context