1.

JavaScript Code can be called by using ____________(a) RMI(b) Triggering Event(c) Preprocessor(d) Function/MethodThe question was posed to me in an international level competition.My question comes from Lexical Structure in portion Lexical Structures of JavaScript

Answer»

Correct ANSWER is (d) Function/Method

The best I can explain: 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.



Discussion

No Comment Found

Related InterviewSolutions