Which of the following statements is true about JavaScript?
2018
Which of the following statements is true about JavaScript?
Answer: D. JavaScript executes without preliminary compilation — JavaScript is commonly executed by the browser/runtime without a separate preliminary compilation step by the programmer.
- A.
JavaScript doesn't execute without preliminary compilation
- B.
JavaScript is not an interpreted language
- C.
JavaScript along with HTML should be compiled before executing
- D.
JavaScript executes without preliminary compilation
Attempted by 46 students.
Show answer & explanation
Correct answer: D
JavaScript is commonly executed by the browser/runtime without a separate preliminary compilation step by the programmer.
Loading lesson…