🚀 Hurry! Offer Ends In
00 Days
00 Hours
00 Mins
00 Secs
Enroll Now
X

JavaScript and Angular JS

Question: 51 Report Error

जावास्क्रिप्ट में "null" का प्रकार _______ है

typeof “null” in JavaScript is _______

A)
B)
C)
D)

Question: 52 Report Error

जावास्क्रिप्ट __ साइड स्क्रिप्टिंग भाषा है।

Javascript is __ side scripting language.

A)
B)
C)
D)

Question: 53 Report Error

AngularJS __________ द्वारा विकसित किया गया है और __________ का अनुसरण करता है।

AngularJS developed by __________ and follows __________ .

A)
B)
C)
D)

Question: 54 Report Error

AngularJS में फिल्टर के लिए निम्नलिखित में से कौन सा प्रतीक प्रयोग किया जाता है?

Which of the following is the symbol used for filter in AngularJS is ?

A)
B)
C)
D)

Question: 55 Report Error

AngularJS में अभिव्यक्तियाँ इस प्रकार लिखी जा सकती हैं:

Expressions in AngularJS can be written as :

A)
B)
C)
D)

Question: 56 Report Error

AngularJS के लिए निम्नलिखित में से कौन सा कथन सत्य है?

Which of the following statement is true for AngularJS?

A)
B)
C)
D)

Question: 57 Report Error

एंगुलर मॉड्यूल के लिए सही सिंटैक्स कौन सा है?

Which is the correct syntax for Angular Module ?

A)
B)
C)
D)

Question: 58 Report Error

जावास्क्रिप्ट बदल सकता है:

JavaScript can change :

A)
B)
C)
D)

Question: 59 Report Error

जावास्क्रिप्ट में वेरिएबल्स का उपयोग करके घोषित नहीं किया जा सकता है:

Variables in JavaScript cannot be declared using :

A)
B)
C)
D)

Question: 60 Report Error

जावास्क्रिप्ट में किसी वेरिएबल का डेटाटाइप प्राप्त करने के लिए किस ऑपरेटर का उपयोग किया जाता है?

Which operator is used to get datatype of a variable in JavaScript ?

A)
B)
C)
D)

Question: 61 Report Error

विभिन्न स्थितियों के आधार पर विभिन्न कार्य करने के लिए किस जावास्क्रिप्ट स्टेटमेंट का उपयोग किया जाता है?

Which JavaScript statement is used to perform different actions based on different conditions ?

A)
B)
C)
D)

Question: 62 Report Error

"xxx.js" नामक बाहरी स्क्रिप्ट को संदर्भित करने के लिए सही वाक्यविन्यास क्या है?

What is the correct syntax to reference an external script named "xxx.js"?

A)
B)
C)
D)

Question: 63 Report Error

निम्नलिखित में से किसका उपयोग जावास्क्रिप्ट में विशेष सम्मिलित करने के लिए किया जाता है पात्र?

Which of the following is used in JavaScript to insert special characters?

A)
B)
C)
D)

Question: 64 Report Error

जावास्क्रिप्ट में अलर्ट() फ़ंक्शन का उपयोग इसके लिए किया जाता है:

The alert() function in JavaScript is used for :

A)
B)
C)
D)

Question: 65 Report Error

जावास्क्रिप्ट में कन्फर्म() विधि किस object से संबंधित है?

Confirm() method in JavaScript belongs to which object?

A)
B)
C)
D)

Question: 66 Report Error

डिफ़ॉल्ट रूप से जावास्क्रिप्ट संख्याओं को ___________ के रूप में प्रदर्शित करता है

By default JavaScript displays the numbers as ___________

A)
B)
C)
D)

Question: 67 Report Error

जावास्क्रिप्ट का समर्थन करने वाला पहला ब्राउज़र कौन सा था?

Which was the first browser to support JavaScript ?

A)
B)
C)
D)

Question: 68 Report Error

BOM का पूर्ण रूप क्या है?

What is the full form of BOM?

A)
B)
C)
D)

Question: 69 Report Error

निम्नलिखित में से किस तरीके से आप JavaScript में SCRIPT टैग डाल सकते हैं?

In which of the following way you can insert a SCRIPT tag in JavaScript ?

A)
B)
C)
D)

Question: 70 Report Error

निम्नलिखित में से कौन सा जावास्क्रिप्ट में वेरिएबल्स का सही सिंटैक्स है?

Which of the following is the correct syntax of variables in javascript ?

A)
B)
C)
D)

Question: 71 Report Error

जावास्क्रिप्ट में वैश्विक फ़ंक्शन parseInt(“11”,2) निम्नलिखित में से कौन सा मान लौटाता है।

The global function parseInt(“11”,2) in JavaScript returns which of the following values.

A)
B)
C)
D)

Question: 72 Report Error

निम्नलिखित में से कौन सा कथन जावास्क्रिप्ट में Arrays को परिभाषित करता है?

Which of the following statements define Arrays in JavaScript ?

A)
B)
C)
D)

Question: 73 Report Error

jQuery एक ______ है।

jQuery is a ______.

A)
B)
C)
D)

Question: 74 Report Error

निम्नलिखित जावास्क्रिप्ट कोड का आउटपुट क्या है?

What is the output of the following JavaScript code ?

<script>
 var a;
 document.getElementById("demo").innerHTML = a+1;
 </script>
A)
B)
C)
D)

Question: 75 Report Error

वर्तमान HTML दस्तावेज़ में बाहरी JavaScript फ़ाइल को कॉल करने के लिए सही सिंटैक्स कौन सा है?

Which is the correct syntax to call an external JavaScript file in the current HTML document ?

A)
B)
C)
D)

Question: 76 Report Error

कौन सा कथन जावास्क्रिप्ट में var और Let कीवर्ड के बीच सही अंतर निर्दिष्ट करता है?

Which statement specify correct difference between var and let keywords in JavaScript ?

A)
B)
C)
D)

Question: 77 Report Error

जावास्क्रिप्ट इंजन की आवश्यकता क्यों है?

Why JavaScript Engine is needed?

A)
B)
C)
D)

Question: 78 Report Error

जावास्क्रिप्ट में "आकाश नीला है" लिखने का सही वाक्यविन्यास है:

The correct syntax to write “Sky is blue” in JavaScript is :

A)
B)
C)
D)

Question: 79 Report Error

निम्नलिखित जावास्क्रिप्ट कोड का आउटपुट क्या होगा?

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>
A)
B)
C)
D)

Question: 80 Report Error

जावास्क्रिप्ट इकाइयाँ _______ से शुरू होती हैं और _________ पर समाप्त होती हैं।

JavaScript entities start with _______ and end with _________.

A)
B)
C)
D)

Question: 81 Report Error

विंडोज़ प्लेटफॉर्म पर जावास्क्रिप्ट का एक विकल्प है

An alternative of javascript on windows plateform is

A)
B)
C)
D)

Question: 82 Report Error

कौन सा AngularJS फ़िल्टर स्ट्रिंग को लोअर केस में स्वरूपित करता है?

Which AngularJS filter formats a string to lower case?

A)
B)
C)
D)

Question: 83 Report Error

जावास्क्रिप्ट सरणियों को _____ के साथ लिखा जाता है।

JavaScript arrays are written with _____.

A)
B)
C)
D)

Question: 84 Report Error

कोणीय JS एप्लिकेशन प्रारंभ करने के लिए निम्नलिखित में से किस निर्देश का उपयोग किया जाता है?

Which of the following directives is used to start an angular JS application ?

A)
B)
C)
D)

Question: 85 Report Error

Angular JS के लिए कौन सा कथन मान्य नहीं है?

What is not a valid statement for Angular JS ?

A)
B)
C)
D)

Question: 86 Report Error

एंगुलर जेएस में एनजी-रिपीट निर्देश के बारे में क्या सत्य नहीं है?

What is not true about ng-repeat directive in Angular JS ?

A)
B)
C)
D)

Question: 87 Report Error

Angular JS Expressions के बारे में अमान्य कथन को पहचानें।

Identify the invalid statement about Angular JS Expressions.

A)
B)
C)
D)

Question: 88 Report Error

एंगुलर जेएस एप्लिकेशन को आरंभ करने का निर्देश:

Directive to initialize Angular JS application :

A)
B)
C)
D)

Question: 89 Report Error

AngularJS में निम्नलिखित में से किस निर्देश का उपयोग किया जाता है?

Which of the following directives are used in AngularJS ?

A)
B)
C)
D)

Question: 90 Report Error

AngularJS में एनजी-मॉडल निर्देश प्रदान करता है:

The ng-model directive in AngularJS provides :

A)
B)
C)
D)

Question: 91 Report Error

AngularJS में एक नया निर्देश इसका उपयोग करके बनाया गया है:

A new directives in AngularJS is created by using the :

A)
B)
C)
D)

Question: 92 Report Error

AngularJS अभिव्यक्तियों के बारे में निम्नलिखित में से कौन सा सत्य है?

Which of the following is true about AngularJS expressions ?

A)
B)
C)
D)

Question: 93 Report Error

नीचे दिए गए डिव टैग सामग्री कथन पर विचार करें, "उपयोगकर्ता नाम" का मान कैसे प्रिंट करें?

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>
A)
B)
C)
D)

Question: 94 Report Error

एमवीसी में मॉडल क्या है?

What is a Model in MVC ?

A)
B)
C)
D)

Question: 95 Report Error

निम्नलिखित में से कौन सा निर्देश किसी को फॉर्म का उपयोग करने की अनुमति देता है?

Which of the following directives allows one to use form ?

A)
B)
C)
D)

Question: 96 Report Error

निम्नलिखित में से कौन सा अभिव्यक्ति सत्य है?

Which of the following expressions is true ?

A)
B)
C)
D)

Question: 97 Report Error

AngularJS एक __________ है।

AngularJS is a __________.

A)
B)
C)
D)

Question: 98 Report Error

AngularJS में मॉड्यूल क्या है?

What is a module in AngularJS ?

A)
B)
C)
D)

Question: 99 Report Error

एंगुलर जेएस में निम्नलिखित में से कौन सा फ़िल्टर है?

Which of the following is a filter in Angular Js ?

A)
B)
C)
D)

Question: 100 Report Error

AngularJS को _______ के रूप में वितरित किया जाता है।

AngularJS is distributed as a _______.

A)
B)
C)
D)

Latest Updates