Java Script - Event Handling
Questions No: 1/21

Which event fires when the user right-clicks on an element?
जब उपयोगकर्ता किसी तत्व पर राइट-क्लिक करता है तो कौन सी घटना सक्रिय हो जाती है?

Questions No: 2/21

What is the difference between the onblur and onfocus events in JavaScript?
जावास्क्रिप्ट में ऑनब्लर और ऑनफोकस इवेंट के बीच क्या अंतर है?

Questions No: 3/21

Which event handler would you use to respond to an input field as the user is typing?
जब उपयोगकर्ता टाइप कर रहा हो तो इनपुट फ़ील्ड पर प्रतिक्रिया देने के लिए आप किस इवेंट हैंडलर का उपयोग करेंगे?

Questions No: 4/21

Which of the following events occurs when an HTML form is submitted?
जब HTML फॉर्म सबमिट किया जाता है तो निम्नलिखित में से कौन सी घटना घटित होती है?

Questions No: 5/21

Which event is fired when the page has completely loaded, including all dependent resources such as stylesheets and images?
जब पेज पूरी तरह से लोड हो जाता है, जिसमें स्टाइलशीट और छवियों जैसे सभी निर्भर संसाधन शामिल होते हैं, तो कौन सा ईवेंट सक्रिय हो जाता है?

Questions No: 6/21

What event occurs when an element size changes, like when a window is resized?
जब किसी तत्व का आकार बदलता है, जैसे विंडो का आकार बदला जाता है तो कौन सी घटना घटित होती है?

Questions No: 7/21

Which of the following is not a mouse event ?
निम्नलिखित में से कौन एक माउस इवेंट नहीं है?

Questions No: 8/21

Which event occurs when a JavaScript error occurs in the browser?
ब्राउज़र में जावास्क्रिप्ट त्रुटि होने पर कौन सी घटना घटित होती है?

Questions No: 9/21

Which is not a mouse event?
कौन सा माउस इवेंट नहीं है?

Questions No: 10/21

Which event is triggered when the user scrolls the webpage or an element?
जब उपयोगकर्ता वेबपेज या किसी तत्व को स्क्रॉल करता है तो कौन सी घटना ट्रिगर होती है?

Questions No: 11/21

What is the purpose of the focus event in JavaScript?
जावास्क्रिप्ट में फोकस इवेंट का उद्देश्य क्या है?

Questions No: 12/21

Which event occurs when a user changes the content of an input field?
जब कोई उपयोगकर्ता इनपुट फ़ील्ड की सामग्री बदलता है तो कौन सी घटना घटित होती है?

Questions No: 13/21

What event is triggered when the user presses a key on the keyboard?
जब उपयोगकर्ता कीबोर्ड पर एक कुंजी दबाता है तो कौन सी घटना शुरू हो जाती है?

Questions No: 14/21

Which method is used to stop an event from propagating to parent elements in the DOM?
किसी ईवेंट को DOM में मूल तत्वों तक फैलने से रोकने के लिए किस विधि का उपयोग किया जाता है?

Questions No: 15/21

Which event handler is used to trigger an action when the user releases a key on the keyboard?
जब उपयोगकर्ता कीबोर्ड पर कुंजी जारी करता है तो कार्रवाई को ट्रिगर करने के लिए किस इवेंट हैंडलर का उपयोग किया जाता है?

Questions No: 16/21

Which event occurs when the user moves the mouse pointer over an element?
जब यूजर किसी तत्व पर माउस पॉइंटर ले जाता है तो कौन सी घटना घटित होती है?

Questions No: 17/21

Which event occurs when a user clicks on an HTML element?
जब कोई यूजर HTML एलिमेंट पर क्लिक करता है तो कौन सी इवेंट उत्त्पन होती है?

Questions No: 18/21

The ____ event occurs when the user clicks on a HTML element.
____ इवेंट तब होती है जब उपयोगकर्ता HTML एलिमेंट पर क्लिक करता है।

Questions No: 19/21

Which event occurs when an HTML element is double-clicked?
जब HTML तत्व पर डबल-क्लिक किया जाता है तो कौन सी घटना घटित होती है?

Questions No: 20/21

What is the correct way to attach an event handler in JavaScript using addEventListener()?
AddEventListener() का उपयोग करके जावास्क्रिप्ट में इवेंट हैंडलर संलग्न करने का सही तरीका क्या है?

Questions No: 21/21

How can you detect the loading progress of a resource, such as an image or file, using JavaScript?
आप जावास्क्रिप्ट का उपयोग करके किसी संसाधन, जैसे छवि या फ़ाइल, की लोडिंग प्रगति का पता कैसे लगा सकते हैं?