How a script should defined in the current window reference a
window property?
a) window. Property name
b) property Name
c) self. property Name
d) all of these
What property of image object is used to determine if image has loaded?
a) src
b) complete
c) border
d) alt
Which of the following are valid event sources for JavaScript?
a) browser window
b) web page
c) Hyperlink
d) all of these
Which of the following is correct for JavaScript?
a) Enhance Interaction with pages
b) reduce client server traffic
c) process from validation
d) all of these
The first image is an HTML web page can be referred as……in JavaScript code.
a) image[0]
b) image[1]
c) image1
d) images [1]
What does the method property of form object represent in JavaScript?
a) name of form
b) file name of server-side
c) form submitted by post method
d) type of operating system