Contents

Which of the following is not included in the syntax of JavaScript function?
a) list of arguments            
b) function keywords
c) function names              
d) list of operators

d

Specifying function name and its working is called……
a) describing function        
b) calling function
c) defining function
d) handling function

c

In JavaScript, having the function perform the specified action is called
a) handling function
b) calling functions
c) defining function            
d) executing function

b

Actions that occur because of user activity are called……
a) events                                               
b) calls
c) functions                          
d) all of these

a

Specific directions in JavaScript that call for an action or event are called…..
a) action operator               
b) executable operator
c) action handlers               
d) event handlers

d

In JavaScript, when a user clicks the button of a defined ………., it makes the browser call the function to be executed.
a) function                           
b) event handler
c) program                           
d) attribute

b