Understanding Execution Context and Call Stack in JavaScript.
intro to javascript and blog
JavaScript is a synchronous and single-threaded language.
Single-threaded : single-threaded language means JavaScript runs one statement at a time one after the other as opposed to multi-threaded languages where a progr...
puneetsingh.hashnode.dev4 min read