Popup Boxes:-
JavaScript में तीन प्रकार के popup बॉक्स होते हैं, जो यूजर के साथ इंटरैक्ट करने के लिए उपयोग किए जाते हैं:
नोट: इन सभी मेथड्स को window.alert(), window.confirm(), window.prompt() लिखा जा सकता है। window को छोड़कर भी सीधा लिख सकते हैं।
Popup Boxes:-
JavaScript has three types of popup boxes that help you interact with the user:
Note: You can write these methods as window.alert(), window.confirm(), window.prompt() or directly alert(), confirm(), prompt().