नीचे दिए गए डिव टैग सामग्री कथन पर विचार करें, "UserName" का मान कैसे प्रिंट करें?<break-line><break-line>Consider the below div tag content statement, how to print the value of "UserName"?<pre><code><div ng-app="" ng-init="firstName='John'">
<p>Input something in the input box:</p>
<p>Name: <input type="text" ng-model="UserName"></p>
<p>You wrote: __________ </p>
</div></code></pre>
Correct Answer: डेटा को बनाए रखने के लिए जिम्मेदार पैटर्न का सबसे निचला स्तर/The lowest level of the pattern responsible for maintaining data
Q18.
निम्नलिखित में से कौन सा निर्देश किसी को फॉर्म का उपयोग करने की अनुमति देता है?<break-line><break-line>Which of the following directives allows one to use form?