
How Javascript Works on browser ? complete guide
Hey champs in this article we will try to understand what is javascript , where it is used and why it is used , this article will focus on high overview of how javascript works behind the scenes it is the intro part of js where we will try to answer some questions . chaliye shuru karte hai javascript ki kahani Javascript is a high-level , interpreted , dynamically typed programming language which is mainly used to make web pages interactive and dynamic . It was originally created to run inside browsers but today it also runs on servers using environement like Node.js . So earlier it was a scripting language whose main task was to control browser but later on it became a fully programming language . It can run on client side as well as on the server side but for that it need a runtime enviornment . server : Node.js (V8 + libuv + c++ bindings) client : browser Now you will be wondering about what is a browser and what is V8 engine so let us discuss that . Browser It is your google chrome
Continue reading on Dev.to Webdev
Opens in a new tab




