InterviewSolution
Saved Bookmarks
| 1. |
Which variables are used internally in object methods and are also globally visible?(a) Object properties(b) Variable properties(c) Method properties(d) Internal propertiesI have been asked this question in final exam.My query is from Augmentation of Classes topic in section Classes and Modules in JavaScript of JavaScript |
|
Answer» Correct choice is (b) VARIABLE PROPERTIES |
|