# JAVASCRIPT ENGINES FOR MAJOR BROUWSER.
JavaScript is a scripting language and is not directly understood by computer but the browsers have inbuilt JavaScript engine which help them to understand and interpret JavaScript codes. These engines help to convert our JavaScript program into computer-understandable language.
# GOOGLE CHROME, BRAVE ENGINE, OPERA ENGINE.
V8 Engine is a from Google is the most used JavaScript engine for google brouswer. Brave is built using the Chromium engine — which is inherently different from the actual “Chrome” web browser.
Features for BRAVE:
1. Shields. Shields are the core feature that sets Brave apart from other browsers.
1. Brave Search. The fastest growing search engine since Bing, built on a fully independent index of the Web.
# FIREFOX ENGINE
SpiderMonkey is developed by Mozilla and it is a Firefox engine.
Features for FIREFOX:
1. tabbed browsing
2. enhanced tracking protection
3. PDF editing
4. a minimalist interface, and a robust library of add-ons for customization and enhanced functionality.
# Conclusion
Javascript engines help us to run our javascript(js) code in our brouwser and also we can use our terminal for running our Javascript code. all thasnk to our javascript engines that helps us to run our code's in the brouswers.