What exactly is the JS Runtime ?
JS runtime is an environment to enable the execution of JS code.
Depending on where the Javascript code is running (server-side / web-browser) there would be additional environment specific features in the runtime. For eg : In a browser runtime ther...
breakthecode.hashnode.dev1 min read