InterviewSolution
Saved Bookmarks
| 1. |
JavaScript Code can be called by using ___________(a) RMI(b) Triggering Event(c) Preprocessor(d) Function/Method |
|
Answer» The correct option is (d) Function/Method For explanation I would say: JavaScript code can be called by making a function call to the element on which JavaScript has to be run. There are many other methods like onclick, onload, and onsubmit etc. |
|