0 votes
in JavaScript by
Which one of the following is the correct way for calling the JavaScript code?

a) Preprocessor

b) Triggering Event

c) RMI

d) Function/Method

1 Answer

0 votes
by

Answer: D

Reason: The JavaScript code can be called simply by making the function call to the element on which the JavaScript code execution has to be run. There are several other ways to call JavaScript code such as submit, onclick, and onload, etc.

Related questions

0 votes
asked Mar 23, 2021 in JavaScript by sharadyadav1986
+1 vote
asked Mar 22, 2021 in JavaScript by Robindeniel
...