When are the keyboard events fired?
Select an option to see the answer and solution.
How does a user generate multiple keydown events?
Select an option to see the answer and solution.
Which property is used to specify the key type when pressed?
Select an option to see the answer and solution.
What value does the keyCode property holds when a Shift key is pressed for adding punctuation character?
Select an option to see the answer and solution.
Which of the following are not key event properties?
Select an option to see the answer and solution.
Which of the following key property holds the key name as a string?
Select an option to see the answer and solution.
Which of the following is not the value the key property will hold if the key is a function key?
Select an option to see the answer and solution.
Which method is used to add a binding?
Select an option to see the answer and solution.
Which method is used to remove a binding?
Select an option to see the answer and solution.
Which of the following are the parameters passed to the keymap after installation?
Select an option to see the answer and solution.
How many node types are there in total?
Select an option to see the answer and solution.
What is the purpose of the Node object property ownerDocument?
Select an option to see the answer and solution.
Which of the following Node object property returns the local part of the name of a node?
Select an option to see the answer and solution.
What is the property textContent?
Select an option to see the answer and solution.
How many Node object methods are available?
Select an option to see the answer and solution.
Which of the following Node object property returns the node immediately before a node?
Select an option to see the answer and solution.
What is the purpose of the method getUserData(key)?
Select an option to see the answer and solution.
How to test if two nodes are equal?
Select an option to see the answer and solution.
How to associate an object to a key on a node?
Select an option to see the answer and solution.
Which method is used to compare the placement of two nodes in the DOM hierarchy (document)?
Select an option to see the answer and solution.