JavaScript is a single threaded synchronous language And every things happen inside the Execution context. single threaded means JavaScript can only run a piece of code at a time, it can't execute multiple programs parallely. Synchronous means it exe...
1thenameisshivam.hashnode.dev3 min read
No responses yet.