JavaScript and Angular JS
जावास्क्रिप्ट में "null" का प्रकार _______ है
typeof “null” in JavaScript is _______
जावास्क्रिप्ट __ साइड स्क्रिप्टिंग भाषा है।
Javascript is __ side scripting language.
AngularJS __________ द्वारा विकसित किया गया है और __________ का अनुसरण करता है।
AngularJS developed by __________ and follows __________ .
AngularJS में फिल्टर के लिए निम्नलिखित में से कौन सा प्रतीक प्रयोग किया जाता है?
Which of the following is the symbol used for filter in AngularJS is ?
AngularJS में अभिव्यक्तियाँ इस प्रकार लिखी जा सकती हैं:
Expressions in AngularJS can be written as :
AngularJS के लिए निम्नलिखित में से कौन सा कथन सत्य है?
Which of the following statement is true for AngularJS?
एंगुलर मॉड्यूल के लिए सही सिंटैक्स कौन सा है?
Which is the correct syntax for Angular Module ?
जावास्क्रिप्ट में वेरिएबल्स का उपयोग करके घोषित नहीं किया जा सकता है:
Variables in JavaScript cannot be declared using :
जावास्क्रिप्ट में किसी वेरिएबल का डेटाटाइप प्राप्त करने के लिए किस ऑपरेटर का उपयोग किया जाता है?
Which operator is used to get datatype of a variable in JavaScript ?
विभिन्न स्थितियों के आधार पर विभिन्न कार्य करने के लिए किस जावास्क्रिप्ट स्टेटमेंट का उपयोग किया जाता है?
Which JavaScript statement is used to perform different actions based on different conditions ?
"xxx.js" नामक बाहरी स्क्रिप्ट को संदर्भित करने के लिए सही वाक्यविन्यास क्या है?
What is the correct syntax to reference an external script named "xxx.js"?
निम्नलिखित में से किसका उपयोग जावास्क्रिप्ट में विशेष सम्मिलित करने के लिए किया जाता है पात्र?
Which of the following is used in JavaScript to insert special characters?
जावास्क्रिप्ट में अलर्ट() फ़ंक्शन का उपयोग इसके लिए किया जाता है:
The alert() function in JavaScript is used for :
जावास्क्रिप्ट में कन्फर्म() विधि किस object से संबंधित है?
Confirm() method in JavaScript belongs to which object?
डिफ़ॉल्ट रूप से जावास्क्रिप्ट संख्याओं को ___________ के रूप में प्रदर्शित करता है
By default JavaScript displays the numbers as ___________
जावास्क्रिप्ट का समर्थन करने वाला पहला ब्राउज़र कौन सा था?
Which was the first browser to support JavaScript ?
निम्नलिखित में से किस तरीके से आप JavaScript में SCRIPT टैग डाल सकते हैं?
In which of the following way you can insert a SCRIPT tag in JavaScript ?
निम्नलिखित में से कौन सा जावास्क्रिप्ट में वेरिएबल्स का सही सिंटैक्स है?
Which of the following is the correct syntax of variables in javascript ?
जावास्क्रिप्ट में वैश्विक फ़ंक्शन parseInt(“11”,2) निम्नलिखित में से कौन सा मान लौटाता है।
The global function parseInt(“11”,2) in JavaScript returns which of the following values.
निम्नलिखित में से कौन सा कथन जावास्क्रिप्ट में Arrays को परिभाषित करता है?
Which of the following statements define Arrays in JavaScript ?
निम्नलिखित जावास्क्रिप्ट कोड का आउटपुट क्या है?
What is the output of the following JavaScript code ?
<script>
var a;
document.getElementById("demo").innerHTML = a+1;
</script> वर्तमान HTML दस्तावेज़ में बाहरी JavaScript फ़ाइल को कॉल करने के लिए सही सिंटैक्स कौन सा है?
Which is the correct syntax to call an external JavaScript file in the current HTML document ?
कौन सा कथन जावास्क्रिप्ट में var और Let कीवर्ड के बीच सही अंतर निर्दिष्ट करता है?
Which statement specify correct difference between var and let keywords in JavaScript ?
जावास्क्रिप्ट इंजन की आवश्यकता क्यों है?
Why JavaScript Engine is needed?
जावास्क्रिप्ट में "आकाश नीला है" लिखने का सही वाक्यविन्यास है:
The correct syntax to write “Sky is blue” in JavaScript is :
निम्नलिखित जावास्क्रिप्ट कोड का आउटपुट क्या होगा?
What will be the output of the following JavaScript code ?
<p id="demo"></p>
<script>
var js = 10;
js *= 5;
document.getElementById("demo").innerHTML = js;
</script> जावास्क्रिप्ट इकाइयाँ _______ से शुरू होती हैं और _________ पर समाप्त होती हैं।
JavaScript entities start with _______ and end with _________.
विंडोज़ प्लेटफॉर्म पर जावास्क्रिप्ट का एक विकल्प है
An alternative of javascript on windows plateform is
कौन सा AngularJS फ़िल्टर स्ट्रिंग को लोअर केस में स्वरूपित करता है?
Which AngularJS filter formats a string to lower case?
जावास्क्रिप्ट सरणियों को _____ के साथ लिखा जाता है।
JavaScript arrays are written with _____.
कोणीय JS एप्लिकेशन प्रारंभ करने के लिए निम्नलिखित में से किस निर्देश का उपयोग किया जाता है?
Which of the following directives is used to start an angular JS application ?
Angular JS के लिए कौन सा कथन मान्य नहीं है?
What is not a valid statement for Angular JS ?
एंगुलर जेएस में एनजी-रिपीट निर्देश के बारे में क्या सत्य नहीं है?
What is not true about ng-repeat directive in Angular JS ?
Angular JS Expressions के बारे में अमान्य कथन को पहचानें।
Identify the invalid statement about Angular JS Expressions.
एंगुलर जेएस एप्लिकेशन को आरंभ करने का निर्देश:
Directive to initialize Angular JS application :
AngularJS में निम्नलिखित में से किस निर्देश का उपयोग किया जाता है?
Which of the following directives are used in AngularJS ?
AngularJS में एनजी-मॉडल निर्देश प्रदान करता है:
The ng-model directive in AngularJS provides :
AngularJS में एक नया निर्देश इसका उपयोग करके बनाया गया है:
A new directives in AngularJS is created by using the :
AngularJS अभिव्यक्तियों के बारे में निम्नलिखित में से कौन सा सत्य है?
Which of the following is true about AngularJS expressions ?
नीचे दिए गए डिव टैग सामग्री कथन पर विचार करें, "उपयोगकर्ता नाम" का मान कैसे प्रिंट करें?
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> निम्नलिखित में से कौन सा निर्देश किसी को फॉर्म का उपयोग करने की अनुमति देता है?
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 _______.