Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.
Yes you can run Javascript code without help of HTML
Technically, Javascript always needs a web end for execution, which, in turn, is based on HTML backgrounds. So, it is not possible to run a javascript code without some HTML structure.
yes, we can run javascript code without using HTML code
Yes, We can execute. Now for servers side rendering use Node.js. It has rich set of api and frameworks created on it. It has template engine which will publish a web page to client side using render method.