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 ...
singhaakash.hashnode.dev3 min read
No responses yet.