InterviewSolution
Saved Bookmarks
| 1. |
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) A predefined function to parse the codeThe question was posed to me at a job interview.Origin of the question is JavaScript Subsets in portion Classes and Modules in JavaScript of JavaScript |
|
Answer» Right OPTION is (c) A static verifier that parses code |
|