page-banner
WDP M2-R5.1 Quiz-4
Q 11. मान्य AngularJS एक्सप्रेशन चुनें।<break-line><break-line>Choose the valid AngularJS expression.

A. {(2+2)}

B. {2+2}

C. {{2+2}}

D. ((2+2))

Q 12. निम्नलिखित में से एंगुलरजेएस एप्लिकेशन किस तकनीक का मिश्रण हैं?<break-line><break-line>AngularJS applications are a mix of which of the following technologies?

A. HTML and PHP

B. HTML and JavaScript

C. HTML and TypeScript

D. PHP and JavaScript

Q 13. निम्नलिखित कोड के लिए आउटपुट क्या होगा?<break-line><break-line>What will be the output for the following code?<pre><code><div ng-app="" ng-init="points=[1,15,19,2,40]"> <p>The output is {{ points[2] }}</p> </div></code></pre>

A. The output is 1

B. The output is 15

C. The output is 19

D. The output is 2

Q 14. निम्नलिखित में से कौन सा कथन AngularJS के लिए सत्य है?<break-line><break-line>Which of the following statement is true for AngularJS?

A. AngularJS is a closed-source front-end web framework

B. AngularJS is an open-source front-end web framework

C. AngularJS is an open-source backend web framework

D. AngularJS is a closed-source back-end web framework

Q 15. निम्नलिखित में से किस बिल्ट-इन मेथड का उपयोग किसी ऐरे से अंतिम एलीमेंट को हटाने और उस एलिमेंट को वापस करने के लिए किया जाता है?<break-line><break-line>Which of the following built-in method is used to remove the last element from an array and return that element?

A. The last()

B. pop()

C. Get()

D. None of these