Vidyalelo
JavaScript · Q44

Invocation And Performance Navigation

Programming · JavaScript · question 44

Q44

Which of the following runs the JavaScript code?

A.
Just In Time compiler
B.
JavaScript Interpreter
Answer
C.
Both Just In Time compiler and JavaScript Interpreter
D.
None of the mentioned

Answer: Option B

Solution

Answer: Option B
Solution:
The JavaScript Interpreter runs the JavaScript code.