MMuskaninjscoding.hashnode.dev·Jul 3, 2023 · 2 min readHow JavaScript Works?Javascript is a synchronous and Single threaded language."Everything in Javascript happens inside the execution context".Execution context is like a big box that has two components Memory component and a code component which is also known as the Vari...00