Which of the following are the drag and drop events?
Which of the following are the drag and drop events?
What will happen if we call setTimeout() with a time of 0 ms?
What will happen if we call setTimeout() with a time of 0 ms?
Which API allows scripts in a document from one server to exchange messages with scripts?
Which API allows scripts in a document from one server to exchange messages with scripts?
Which of the following keys are set to true when the keyboard modifier keys are held down?
Which of the following keys are set to true when the keyboard modifier keys are held down?
Which form of event propogation handles the registered container elements?
Which form of event propogation handles the registered container elements?
Which of the below properties can be used for browser sniffing?
Which of the below properties can be used for browser sniffing?
Which is the method that removes the current document from the browsing history before laoding the new document?
Which is the method that removes the current document from the browsing history before laoding the new document?
To which object does the location property belong?
To which object does the location property belong?
Which is the object on which the event occured or with which the event is associated?
Which is the object on which the event occured or with which the event is associated?
What is the distinction made by JavaScript between windows, tabs, iframes, and frames ?
What is the distinction made by JavaScript between windows, tabs, iframes, and frames ?
Which property lays the element according to the normal flow?
Which property lays the element according to the normal flow?
Which is the handler method used to invoke when uncaught JavaScript exceptions occur?
Which is the handler method used to invoke when uncaught JavaScript exceptions occur?
How to detect and respond to mouse drags?
How to detect and respond to mouse drags?
What will happen if the first argument of open() is omitted?
What will happen if the first argument of open() is omitted?
The events that represents occurrences related to the browser window are
The events that represents occurrences related to the browser window are
Which syntax is used to describe elements in CSS?
Which syntax is used to describe elements in CSS?
Which of the following is the ultiate element selection method?
Which of the following is the ultiate element selection method?
Which is one of way to query a document for an element or elements?
Which is one of way to query a document for an element or elements?
The decodeURIComponent() is defined by
The decodeURIComponent() is defined by
What is the return type of the hash property?
What is the return type of the hash property?
The setTimeout() belongs to which object?
The setTimeout() belongs to which object?
Where is the information of the userAgent property located?
Where is the information of the userAgent property located?
When are the mouse events generated?
When are the mouse events generated?
Which method receives the return value of setInterval() to cancel future invocations?
Which method receives the return value of setInterval() to cancel future invocations?
Which event can be fired on any scrollable document element?
Which event can be fired on any scrollable document element?
What is the purpose of the assign() method?
What is the purpose of the assign() method?
The URL property belongs to which of the following object?
The URL property belongs to which of the following object?
Which of the following is the Web application equivalent to querySelectorAll()?
Which of the following is the Web application equivalent to querySelectorAll()?
Which of the following are the unnecessary events currently?
Which of the following are the unnecessary events currently?
What is the vendor-neutral synonym for navigator?
What is the vendor-neutral synonym for navigator?
A new web browser window can be opened using which method of the Window object ?
A new web browser window can be opened using which method of the Window object ?
What is the code snippet to go back to a history twice?
What is the code snippet to go back to a history twice?
Which property is used to obtain browser vendor and version information?
Which property is used to obtain browser vendor and version information?
Which method receives the return value of setTimeout() to cancel future invocations?
Which method receives the return value of setTimeout() to cancel future invocations?
The properties that specify the position and button state of the mouse are
The properties that specify the position and button state of the mouse are
Which property specifies the property of the event?
Which property specifies the property of the event?
Which among the following is not a property of the Location object?
Which among the following is not a property of the Location object?
Nested documents in the HTML can be done using
Nested documents in the HTML can be done using
Which are the events that have default actions that can be canceled by event handlers?
Which are the events that have default actions that can be canceled by event handlers?
Which is the preferred testing nowadays for scripting?
Which is the preferred testing nowadays for scripting?
Which of the following property allows you to specify an element’s position with respect to the browser window?
Which of the following property allows you to specify an element’s position with respect to the browser window?
Which of the following is/are of Text nodes?
Which of the following is/are of Text nodes?
The events that is emulated by the jQuery library are
The events that is emulated by the jQuery library are
The return type of getElementsByClassName() is
The return type of getElementsByClassName() is
What is the distinction made by the Client-side JavaScript between windows, tabs, iframes, and frames ?
What is the distinction made by the Client-side JavaScript between windows, tabs, iframes, and frames ?
Which of the following is defined by the specification?
Which of the following is defined by the specification?
Which two events will have the generated text for key events?
Which two events will have the generated text for key events?
The high-level events among the following events are
The high-level events among the following events are
The events that are not triggered directly by user activity are called
The events that are not triggered directly by user activity are called
What is the result of the following code snippet?
window.location === document.location
What is the result of the following code snippet?
window.location === document.location
The element that can also register handlers for load and error events is
The element that can also register handlers for load and error events is
Which property reports rotation around three different mouse wheel axes?
Which property reports rotation around three different mouse wheel axes?
What does the following code snippet mean?
What does the following code snippet mean?
Which of the following is an example of a Shortcut Property?
Which of the following is an example of a Shortcut Property?
The length property belongs to which of the following objects?
The length property belongs to which of the following objects?
The client-side JavaScript’s asynchronous programming model contains
The client-side JavaScript’s asynchronous programming model contains
Which event is triggered sooner when the document and its elements are ready to manipulate?
Which event is triggered sooner when the document and its elements are ready to manipulate?
Which function among the following lets to register a function to be invoked once?
Which function among the following lets to register a function to be invoked once?
The events that are not directly tied to a specific input device are
The events that are not directly tied to a specific input device are
In general, event handler is nothing but
In general, event handler is nothing but
DOM Level 3 Events standardizes which of the following events?
DOM Level 3 Events standardizes which of the following events?
Which property holds a DataTransfer object that contains information about the data being transferred and the formats in whichh it is available?
Which property holds a DataTransfer object that contains information about the data being transferred and the formats in whichh it is available?
Which of the following property specifies the string of text that was entered?
Which of the following property specifies the string of text that was entered?
The history property belongs to which object?
The history property belongs to which object?
When will the browser invoke the handler?
When will the browser invoke the handler?
When is the mouseover event fired?
When is the mouseover event fired?
Which of the following can be used to select HTML elements based on the value of their name attributes?
Which of the following can be used to select HTML elements based on the value of their name attributes?
The latest version of CSS is
The latest version of CSS is
The type that specifies what kind of event occured is
The type that specifies what kind of event occured is
Which is the property that is triggered in response to JavaScript errors?
Which is the property that is triggered in response to JavaScript errors?
Which of the following property refers to the root element of the document?
Which of the following property refers to the root element of the document?
What is the datatype of the go() method’s parameter?
What is the datatype of the go() method’s parameter?
Which event is fired when a document and all of its external resources are fully loaded and displayed to the user?
Which event is fired when a document and all of its external resources are fully loaded and displayed to the user?
Which object is passed as the argument to handlers for keydown, keyup, and keypress events?
Which object is passed as the argument to handlers for keydown, keyup, and keypress events?
If the window has child windows, how will the browsing histories be affected?
If the window has child windows, how will the browsing histories be affected?
Which is the opposite to the load event in JavaScript?
Which is the opposite to the load event in JavaScript?
The navigator property belongs to which of the following object?
The navigator property belongs to which of the following object?
The node directly above a node is called
The node directly above a node is called
When is the mouseout event fired?
When is the mouseout event fired?
The focus and blur events are also part of
The focus and blur events are also part of
Which of the following is the default positioning elements with CSS?
Which of the following is the default positioning elements with CSS?
What is the special feature of the modern web applications?
What is the special feature of the modern web applications?
Which function among the following lets to register a function to be invoked repeatedly after a certain time?
Which function among the following lets to register a function to be invoked repeatedly after a certain time?
Each tab in the single web browser window is called as
Each tab in the single web browser window is called as
The process by which the browser decides which objects to trigger event handlers on is
The process by which the browser decides which objects to trigger event handlers on is
The Text and Comment is part of
The Text and Comment is part of
The video and the audio belong to the
The video and the audio belong to the
What does the location property represent?
What does the location property represent?
Which object serves as the global object at the top of the scope chain?
Which object serves as the global object at the top of the scope chain?
The C in CSS stands for
The C in CSS stands for
Why is the replace() method better than the assign() method?
Why is the replace() method better than the assign() method?
Which is the property of a Window object that holids the name of the frame?
Which is the property of a Window object that holids the name of the frame?
The paragraph “p” is a part of
The paragraph “p” is a part of
When will the fourth argument to open() useful?
When will the fourth argument to open() useful?
The events that are directly tied to a specific input device are
The events that are directly tied to a specific input device are
Which is the alternative to the load event?
Which is the alternative to the load event?
The inner frame within a top-level window can be referred as
The inner frame within a top-level window can be referred as
What is the function used to extract arguments from the search property of a URL?
What is the function used to extract arguments from the search property of a URL?
The central object in a larger API is known as
The central object in a larger API is known as
The nodes that represent HTML elements are the
The nodes that represent HTML elements are the