JavaScript and Angular JS
निम्नलिखित में से कौन सा निर्देश किसी को फॉर्म का उपयोग करने की अनुमति देता है?
Which of the following directives allows one to use form ?
निम्नलिखित में से कौन सा अभिव्यक्ति सत्य है?
Which of the following expressions is true ?
AngularJS में मॉड्यूल क्या है?
What is a module in AngularJS ?
एंगुलर जेएस में निम्नलिखित में से कौन सा फ़िल्टर है?
Which of the following is a filter in Angular Js ?
AngularJS को _______ के रूप में वितरित किया जाता है।
AngularJS is distributed as a _______.
सर्वर से अनुरोध करने के लिए कौन सी एंगुलरजेएस सेवा का उपयोग किया जाता है?
Which AngularJS service is used to make the request to the server?
निम्नलिखित में से किसका उपयोग निर्देश के उपसर्ग के रूप में किया जा सकता है?
Which of the following can be used as a prefix for Directive?
कौन सा AngularJS फ़िल्टर किसी ऑब्जेक्ट को JSON स्ट्रिंग में स्वरूपित करता है?
Which AngularJS filter formats an object to a JSON string?
HTML दस्तावेज़ ______ में सहेजा गया है
HTML document is saved in _______
JavaScript में कितने प्रकार के डायलॉग बॉक्स उपयोग किए जाते हैं
How many types of dialog boxes are used in JavaScript
वर्तमान तिथि प्राप्त करने के लिए कौन सा फंक्शन उपयोग होता है
To get the current date which function is used
JavaScript में कंडीशन की जाँच के लिए कौन सा ऑपरेटर उपयोग होता है
To check the condition in conditional statements of JavaScript which operator is used
नेगेटिव वैल्यू को पॉजिटिव में बदलने के लिए कौन सा फंक्शन उपयोग होता है
Which function is used to convert the negative value into positive value
डेटा और डेटाटाइप की तुलना के लिए कौन सा ऑपरेटर उपयोग होता है
Which operator is used for compare data and datatype
जावास्क्रिप्ट में, Math.round(-20.5) का मान यह होता है:
In JavaScript, Math.round(-20.5) evaluates to
Correct Answer: C) -20
कौन सा निर्देश HTML नियंत्रणों (controls) के मान को एप्लिकेशन डेटा से जोड़ता है
Which directive binds the value of HTML controls to application data
AngularJS में, कौन सा निर्देश (directive) एप्लिकेशन को इनिशियलाइज़ करता है
In AngularJS, which directive initializes an application
जब उपयोगकर्ता HTML तत्व पर क्लिक करता है तो कौन सा ईवेंट घटित होता है
Which event occurs when the user clicks on an HTML element
JavaScript में वैरिएबल घोषित करने के लिए किस कीवर्ड का उपयोग किया जाता है
Which keyword is used to declare a variable in JavaScript
आप अलर्ट बॉक्स में "Hello World" कैसे लिखेंगे
How do you write "Hello World" in an alert box