What exactly is Execution Context? Everything in JavaScript happens in Execution Context(EC). You can consider it to be a big imaginary box in which everything happens. And by 'everything' I mean the whole code, the storing of variables and functions...
gauravjani.hashnode.dev5 min read
No responses yet.