Consider the below div tag content statement, how to print the value of "UserName"?
<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>
नीचे दिए गए डिव टैग कंटेंट स्टेटमेंट पर विचार करें, "UserName" का मान कैसे प्रिंट करें?