1.

How many reserved words are there in JavaScript?(a) 63(b) 54(c) 68(d) 90I have been asked this question in an internship interview.Enquiry is from Creating a Shared Configuration File using JavaScript in section Parsing, Benchmarking and Logging of JavaScript

Answer»

The CORRECT choice is (a) 63

Explanation: Keywords are reserved WORDS in JavaScript which you cannot use to name the variables labels or FUNCTION names. There are a total of 63 reserved words in JavaScript.



Discussion

No Comment Found

Related InterviewSolutions