DEV Community

Mwansa Matimba
Mwansa Matimba

Posted on

Can javascript be compiled

Can javascript be compiledlike Java

Top comments (2)

Collapse
 
webjose profile image
José Pablo Ramírez Vargas

Not like Java, no. But nowadays JavaScript runs compiled in browsers at the very least. It is not my area of expertise, though. Look it up. Maybe NodeJS or Deno runs it compiled too.

Collapse
 
mwansix profile image
Mwansa Matimba

I understand Java has the JVM. Since it is a script Language, does it work like Python?