- 
					 JavaScript Code can be called by using ___________
 
- 
                        
- Preprocessor
 - Function/Method
 - RMI
 - Triggering Event
 - 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.