Computer Science, asked by harshthegreat8321, 9 months ago

Why is javascript interpreted rather than compiled?

Answers

Answered by Anonymous
1

Answer:

JavaScript is an interpreted language, not a compiled language. A program such as C++ or Java needs to be compiled before it is run. The source code is passed through a program called a compiler, which translates it into bytecode that the machine understands and can execute.

Answered by pritam18032005
1

Answer:

JavaScript is an interpreted language, not a compiled language. A program such as C++ or Java needs to be compiled before it is run. The source code is passed through a program called a compiler, which translates it into bytecode that the machine understands and can execute.

Similar questions