How JavaScript is Executed ?
Dec 11, 2024 · 3 min read · JavaScript is generally considered as interpreted language, although it has characteristics of both interpreted and complied language. Modern JS engines like google V8 , node JS uses just-in-time compilation to achieve benefits of compilation. Let’s ...
Join discussion

