Understanding Execution Context, Thread, and Functions in Javascript
In today's post, I am going to write about how javascript works. We will throw some light on terminologies like Execution context, function level execution context, function invoking, and threads.
Do you know what happens behind the scene when you ...
deepakhq.hashnode.dev3 min read
Ayodele Samuel Adebayo
Software Engineer | Open-Source Contributor | Developer Educator
Nice one 🤠.... Variable P will also be assigned after EC is created for call y().
If this is correct then I've learnt from you..