page-banner
Chapter-6 JavaScript and AngularJS
Q46.
निम्नलिखित में से किस प्रकार का वेरिएबल केवल उस फ़ंक्शन के भीतर दिखाई देता है जहां इसे परिभाषित किया गया है?<break-line><break-line>Which of the following type of variable is visible only within a function where it is defined?
A. ग्लोबल वेरिएबल/Global variable
B. लोकल वेरिएबल/Local variable
C. दोनों A और B/Both A and B
D. इनमें से कोई नहीं/None of the above
View Answer
Q47.
"this” एक है :<break-line><break-line>“this” is a :
A. कीवर्ड/Keyword
B. फ़ंक्शन/Function
C. घोषणा स्टेटमेंट/Declaration Statement
D. डेटा प्रकार/Data Type
View Answer
Q48.
जावास्क्रिप्ट में alert() फ़ंक्शन का उपयोग किसके लिए किया जाता है:<break-line><break-line>The alert() function in JavaScript is used for :
A. वर्चुअल अलर्ट बॉक्स दिखाने के लिए/To display a virtual alert box
B. कंसोल पर आउटपुट दिखाने के लिए/To display output on console
C. एक्सप्रेशन को मूल्यांकन करने के लिए/To evaluate the expression
D. A और C दोनों/Both (A) and (C)
View Answer
Q49.
दस्तावेज़ ऑब्जेक्ट मॉडल दर्शाता है:<break-line><break-line>Document Object Model represents :
A. पूरा HTML दस्तावेज़/Whole HTML Document
B. केवल <title> एलिमेंट/only <title> element
C. <body>..</body> एलिमेंट/<body>..</body> element
D. इनमें से कोई नहीं/none of the above
View Answer
Q50.
जावास्क्रिप्ट में Confirm() मेथड किस मेथड से संबंधित है?<break-line><break-line>confirm() method in JavaScript belongs to which method?
A. document
B. window
C. frame
D. method
View Answer