page-banner
WDP M2-R5.1 Quiz-4
Q 6. निम्नलिखित जावास्क्रिप्ट कोड का आउटपुट क्या होगा?<break-line><break-line>What will be the output of the following JavaScript code?<pre><code>const myArray = ['h', 'e', 'l', 'l', 'o']; document.write(myArray[0]); document.write(myArray[1]);</code></pre>

A. He

B. undefined

C. ValueError

D. type error

Q 7. निम्नलिखित जावास्क्रिप्ट कोड का आउटपुट क्या होगा?<break-line><break-line>What will be the output of the following JavaScript code?<pre><code>document.write(math.round(107.5))</code></pre>

A. 107.5

B. 107

C. 108

D. 107.00

Q 8. नीचे दिए गए कथन पर विचार करें – आउटपुट क्या होगा?<break-line><break-line>Consider the below statement – what will be the output?<pre><code><div ng-app="" ng-init="num=10"> <p ng-show="num > 5">Displaying: {{num}}</p> </div></code></pre>

A. Syntax Error

B. Nothing will display

C. Displaying: 5

D. Displaying: 10

Q 9. AngularJS एप्लिकेशन में विभिन्न AngularJS मॉड्यूल को लोड करने के लिए किस निर्देश का उपयोग किया जाता है?<break-line><break-line>Which directive is used to load various AngularJS modules in AngularJS application?

A. ng-init

B. ng-start

C. ng-app

D. ng-model

Q 10. एंगुलरजेएस के लिए निम्नलिखित में से कौन सा कथन सही है?<break-line><break-line>Which of the following statement is correct for AngularJS?

A. AngularJS is an HTML framework

B. AngularJS is a Java framework

C. AngularJS is a JavaScript framework

D. AngularJS is a SQL framework