InterviewSolution
Saved Bookmarks
| 1. |
What are the parameters of the attachEvent function?(a) Function(b) Function, Event(c) Event, Function(d) EventThe question was asked in semester exam.The origin of the question is Lazy Loading topic in chapter Invocation and Performance Navigation of JavaScript |
|
Answer» Correct option is (c) Event, Function |
|