Vidyalelo
JavaScript · Q60

Caching And Debugging

Programming · JavaScript · question 60

Q60

Which program code doesn’t need preprocessing before being run?

A.
Text
B.
Script
Answer
C.
Both Text and Script
D.
None of the mentioned

Answer: Option B

Solution

Answer: Option B
Solution:
A script is program code that doesn’t need pre-processing (e.g. compiling) before being run.