6
/41
JavaScript: An Interpreted Language
The browser (the JS engine) is parsing, analysing, and running the statements of the js code
Examples of JS engine:
SpiderMonkey
(Firefox),
V8
(Google Chrome)