Q.1
How many node object properties are there?
Q.2
Which of the following Node object property returns the node immediately before a node?
Q.3
Which of the following is the child(s) of the node type EntityReference?
Q.4
What is the purpose of the method getUserData(key)?
Q.5
How to test if two nodes are equal?
Q.6
How many node types are there in total?
Q.7
What is the purpose of the Node object property ownerDocument?
Q.8
How to associate an object to a key on a node?
Q.9
Which method is used to compare the placement of two nodes in the DOM hierarchy (document)?
Q.10
Which of the following Node object property returns the local part of the name of a node?
Q.11
What is the property textContent?
Q.12
How many Node object methods are available?
Q.13
Which of the following key property holds the key name as a string?
Q.14
Which of the following is not the value the key property will hold if the key is a function key?
Q.15
Which method is used to add a binding?
Q.16
Which method is used to remove a binding?
Q.17
Which of the following are the parameters passed to the keymap after installation?
Q.18
When are the keyboard events fired?
Q.19
How does a user generate multiple keydown events?
Q.20
What value does the keyCode property holds when a Shift key is pressed for adding punctuation character?
Q.21
Which of the following are not key event properties?
Q.22
Which of the following is defined by the specification?
Q.23
Which two events will have the generated text for key events?
Q.24
DOM Level 3 Events standardizes which of the following events?
Q.25
Which of the following are the unnecessary events currently?
Q.26
Which of the following are the drag and drop events?
Q.27
Which property holds a DataTransfer object that contains information about the data being transferred and the formats in whichh it is available?
Q.28
Which object is passed as the argument to handlers for keydown, keyup, and keypress events?
Q.29
Which property reports rotation around three different mouse wheel axes?
Q.30
When is the mouseout event fired?
0 h : 0 m : 1 s