InterviewSolution
Saved Bookmarks
| 1. |
Which of the following property(s) has a default value as false?(a) disableWhenFirebugActive(b) showIconWhenHidden(c) disableXHRListener(d) both disableWhenFirebugActive & showIconWhenHidden |
|
Answer» Right option is (c) disableXHRListener For explanation: Only disableXHRListener property has a default value false. The properties disableWhenFirebugActive and showIconWhenHidden has a default value of true. |
|