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...