1.

The properties() method is a ________(a) Enumerable method(b) Non-enumerable method(c) Operational method(d) calling methodThe question was asked in my homework.The question is from Modules in JavaScript in chapter Classes and Modules in JavaScript of JavaScript

Answer»

The correct answer is (b) Non-enumerable method

To explain: The PROPERTIES() is a method to get INFORMATION of the properties of a PARTICULAR object. properties() method is a non-enumerable method.



Discussion

No Comment Found

Related InterviewSolutions