JavaScript is an open-source programming language designed for creating dynamic web application.
JavaScript is a scripting technology that executes on the browser. It turns static HTML web pages into interactive web pages by dynamically updating content, validating from data, controlling multimedia, animate images.
JavaScript engine interprets, compiles and executes JavaScript code. It also does memory management, JIT compliation, type system etc.
Different browsers use different JavaScript engines, as listed below.
Browser | Engine |
---|---|
Edge | Chromium with Blink and V8 engines |
Chrome | V8 |
FireFox | SpiderMonkey |
Safari | Nitro |
Mostly, you will have a browser already installed on your PC, Microsoft Edge on the windows platform, and Safari on Mac OS.
You can also install the following browser as per your preferences
The HTML script tag is used to embed data or executable client side scripting language in an HTML page.