A quick intro of JS engine and runtime
What is JS Engine?
In basic terms executing JS code is what JS engine does. So that means JS can execute not only in the browser, but also on the server, or any device that has a program called JS Engine. Now every browser has its own JS Engine, For ...
utsavpatel51.hashnode.dev3 min read