InterviewSolution
Saved Bookmarks
| 1. |
The properties() method is a ________(a) Enumerable method(b) Non-enumerable method(c) Operational method(d) calling method |
|
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. |
|