Home » JavaScript » JavaScript Variables » Question
  1. JavaScript Code can be called by using ___________
    1. Preprocessor
    2. Function/Method
    3. RMI
    4. Triggering Event
    5. None of these
Correct Option: B

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.



Your comments will be displayed only after manual approval.