Discussion :: Javascript - CS
- What is being imposed on each subset to ensure that it conforms to the subset?
A.
A parser to parse the code |
B.
A parser that parses and adds to the subset |
C.
A static verifier that parses code |
D.
All of the mentioned |
Answer : Option C
Explanation :
Each subset is coupled with a static verifier that parses code to ensure that it conforms to the subset.
Be The First To Comment