Javascript is an _______ language?
A) Compiled
B) Interpreted
C) Assembly
D) Machine
Answer:
B) Interpreted
Explanation:
JavaScript is an interpreted programming language. It is executed by a web browser’s JavaScript engine directly, without the need for compilation into machine code. This allows it to be executed within web pages to provide dynamic and interactive functionality.