Important Notice:
JavaScript & Angular JS
1 / 282
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>
2 / 282
If params is a DOM object for a paragraph, which of the following is a correct syntax to change the text in the paragraph?यदि पैराम्स किसी पैराग्राफ के लिए एक DOM ऑब्जेक्ट है, तो पैराग्राफ में टेक्स्ट को बदलने के लिए निम्नलिखित में से कौन सा सही सिंटैक्स है?
3 / 282
Which of the following achieves the effect of using script language?निम्नलिखित में से कौन लिपि भाषा के प्रयोग के प्रभाव को प्राप्त करता है
4 / 282
Java script is an …….. language ?जावा स्क्रिप्ट एक …….. भाषा है ?
5 / 282
What does the java script “ debugger” statement do ?जावास्क्रिप्ट "डीबगर" कथन क्या करता है?
6 / 282
JavaScript is _____languageजावास्क्रिप्ट _____भाषा है
7 / 282
Which of the following components can be injected as a dependency in Angular JS?एंगुलर जेएस में निर्भरता के रूप में निम्नलिखित में से कौन से घटकों को इंजेक्ट किया जा सकता है?
8 / 282
The web development environment (JavaScript) offers which standard construct for data validation of the input entered by the user.वेब डेवलपमेंट एनवायरनमेंट (जावास्क्रिप्ट) उपयोगकर्ता द्वारा दर्ज किए गए इनपुट के डेटा सत्यापन के लिए कौन सा मानक निर्माण प्रदान करता है।
9 / 282
_________ keyword is used to declare variables in javascript.जावास्क्रिप्ट में वेरिएबल्स को घोषित करने के लिए _________ कीवर्ड का उपयोग किया जाता है।
10 / 282
Which of the following is the correct way to declare a variableनिम्नलिखित में से कौन सा एक चर घोषित करने का सही तरीका है
11 / 282
How many elements can a valid react component return?एक वैध प्रतिक्रिया एलिमेंट कितने तत्वों को वापस कर सकता है?
12 / 282
What will be the out of the following code snippet ?निम्नलिखित कोड स्निपेट में से क्या होगा?Var a=1;Var b = 0;While (a<=3){a++;b+=a*2;print (b) ;}
13 / 282
Multiple declarations of variables are separated by _____ symbol.वेरिएबल के मल्टीपल डिक्लेरेशन को ------ सिम्बल द्वारा अलग किया जाता है।
14 / 282
When operators value is NULL ,the type of returned by the unary operator isजब ऑपरेटरों का मूल्य न्यूल होता है, तो यूनरी ऑपरेटर द्वारा लौटाया जाने वाला प्रकार होता है
15 / 282
React.js is written in which of the following language?React.js निम्नलिखित में से किस भाषा में लिखा जाता है?
16 / 282
Which of the following JavaScript cannot do?निम्नलिखित में से कौन सा जावास्क्रिप्ट नहीं कर सकता है?
17 / 282
What is the output of this expression ?इस अभिव्यक्ति का आउटपुट क्या है?X=5+”5”;
18 / 282
Which of the following acts as the input of a class based components?निम्नलिखित में से कौन वर्ग बेस्ड कॉम्पोनेन्ट के इनपुट के रूप में कार्य करता है?
19 / 282
What will be the output for the following code snippet ?निम्नलिखित कोड स्निपेट का आउटपुट क्या होगा?<p id =”example”></p><script>Function func(){Document . get element by id (“example”.Inner html = mathn.sqrt (81)</script>
20 / 282
Integer variable is declared using following syntax in JS.जावास्क्रिप्ट में निम्नलिखित सिन्टैक्स का उपयोग करके इंटीजर वेरिएबल डिक्लेयर्ड होता है।
21 / 282
When does the function name become optional in JavaScript?जावास्क्रिप्ट में फंक्शन नाम कब वैकल्पिक हो जाता है?
22 / 282
What is React.js?React.js क्या है?
23 / 282
Which of the following is an advantage of Angular JS?निम्नलिखित में से कौन एंगुलरजेएस का एक फायदा है?
24 / 282
Which method is not used for converting variables to number?चरों को संख्या में बदलने के लिए किस विधि का प्रयोग नहीं किया जाता है ?
25 / 282
JavaScript numbers are stored as ______________जावास्क्रिप्ट नंबरों को ______________ के रूप में संग्रहित किया जाता है
26 / 282
Which of the following statement is correct about data binding in Angular JS?निम्नलिखित में से कौन सा कथन Angular JS में डेटा बाइंडिंग के बारे में सही है?
27 / 282
What will be the output of the following code snippet ?निम्नलिखित कोड स्निपेट का आउटपुट क्या होगा?Function solve (arr , rotations ){If (rotations == 0 ) return arr ;For (let I = 0;I <rotations ; I ++ ) {Let elment =arr . pop () ;Arr . unshift (element );}Return arr ;}// solve ([44,1,22,111,],5);
28 / 282
What will be the out put of the following code snippet ?निम्नलिखित कोड स्निपेट का आउटपुट क्या होगा?(function ((a) {Console .log ((a) ; a=6:})()})(21);
29 / 282
What is a model in MVC?एमवीसी में एक मॉडल क्या है
30 / 282
In JavaScript name of the variable must start withJavaScript में वेरिएबल का नाम इससे शुरू होना चाहिए
31 / 282
Which of the following keyword stops the execution of JavaScript?निम्नलिखित में से कौन सा कीवर्ड जावास्क्रिप्ट के निष्पादन को रोकता है?
32 / 282
which of the following can be used as a prefix for directive?निम्नलिखित में किसका प्रयोग निर्देश के उपसर्ग के रूप में किया जा सकता है?
33 / 282
JavaScript is ideal toजावास्क्रिप्ट के लिए आदर्श है
34 / 282
The statement a===b refers toस्टेटमेंट a===b रिफर करता है?
35 / 282
What will be the out put of the following code snippet ?निम्नलिखित कोड स्निपेट का आउटपुट क्या होगा?(function (){Set time out () => console. Log (1) ,2000);Console .log (2) ;Set time out=> console . log (3), 0) ;Console . log (4) ;})();
36 / 282
Angular JS expression bind Angular JS data to HTML like which of the following directive?एंगुलरजेएस एक्सप्रेशन एंगुलरजेएस डेटा को एजटीएमएल से बांधता है, जैसे निम्न में से कौन सा निर्देश?
37 / 282
Which was the first browser to support JavaScript?जावास्क्रिप्ट को सपोर्ट करने वाला पहला ब्राउज़र कौन सा था?
38 / 282
For testing we should use ________परीक्षण के लिए हमें ________ का प्रयोग करना चाहिए
39 / 282
Which of the following is not a javascript datatype?निम्न में से कौन सा जावास्क्रिप्ट डेटाटाइप नहीं है?
40 / 282
Which of the following directives is used to start an Angular JS application?एंगुलर जेएस एप्लिकेशन शुरू करने के लिए निम्नलिखित में से किस directives का उपयोग किया जाता है?
41 / 282
Which of the following statement is true for Angular JS?एंगुलर जेएस के लिए निम्नलिखित में से कौन सा कथन सत्य है?
42 / 282
What is the use of the tag in java script ?जावास्क्रिप्ट में <noscript> टैग का क्या उपयोग है ?
43 / 282
The snippet that has to be used to check if “a” is not equal to “null” is“a” “null” के बराबर नहीं है यह जांचने के लिए उपयोग किया जाने वाला स्निपेट है
44 / 282
Which of the following components can be injected as a dependency in Angular JS?निम्नलिखित में से कौन सा घटक Angular JS में निर्भरता के रूप में इंजेक्ट किया जा सकता है
45 / 282
For displaying data in JavaScript, we can’t use ____________जावास्क्रिप्ट में डेटा प्रदर्शित करने के लिए, हम __________ का उपयोग नहीं कर सकते हैं
46 / 282
What is model in MVCएमवीसी में एक मॉडल क्या है?
47 / 282
Which of the following is the correct syntax for writing Angular JS expressions?निम्नलिखित में से कौन एंगुलरजेएस एक्सप्रेशन लिखने के लिए सही सिंटैक्स है?
48 / 282
Which of the following is the property that is triggered in response to JS errorsनिम्नलिखित में से कौन सी संपत्ति है जो जेएस त्रुटियों के जवाब में ट्रिगर होती है
49 / 282
What keyword is used to check whether a given property is valid or not ?जब स्विच स्टेटमेंट दिए गए लेबल के साथ अभिव्यक्ति से मेल खाता है, तो तुलना कैसे की जाती है?
50 / 282
When the switch statement matches the expression with the given labels ,how is the comparison done ?जब स्विच स्टेटमेंट दिए गए लेबल के साथ अभिव्यक्ति से मेल खाता है, तो तुलना कैसे की जाती है?
51 / 282
The extension of JavaScript file isजावास्क्रिप्ट फाईल का एक्सटेंसन है।
52 / 282
Which of the following statement is true for Angular JS?निम्नलिखित में से कौन सा कथन एंगुलर जेएस के लिए सही है?
53 / 282
what is the output of the following javaScript code?निम्नलिखित जावास्क्रिप्ट कोड का आउटपुट क्या है? <script> Var a; Document.getElementById(“demo”).innerHTML=a+1;</script>
54 / 282
which one of the following is not considered as an error:निम्नलिखित में से किसे त्रुटि नहीं माना जाता है
55 / 282
Which of the following is the property that is triggered in response to JS errors?निम्नलिखित में से कौन सी संपत्ति जेएस त्रुटियों के जवाब में ट्रिगर होती है?
56 / 282
Why event handlers is needed in JS?JS में इवेंट हैंडलर्स की आवश्यकता क्यों है?
57 / 282
What will be the out put of the following code snippet ?निम्नलिखित कोड स्निपेट का आउटपुट क्या होगा?<script type =”text / java script” java script”>Var x=12;Var y=8;Var res=eval (“x+y”);Document . write (res)</script>
58 / 282
When there is an indefinite or an infinity value during an arithmetic value computation, javascriptजब अंकगणितीय वैल्यू कम्प्यूटेसन के दौरान अनिश्चित या अनंत वैल्यू होती है, जावास्क्रिप्ट
59 / 282
Which of the following is not a framework?निम्नलिखित में से कौन सा फ्रेमवर्क नहीं है?
60 / 282
which is the correct syntax to call an external JavaScript file in the current HTML document?वर्तमान एचटीएमएल दस्तावेज में बाहरी जावास्क्रिप्ट फाइल को कॉल करने के लिए सही सिंटैक्स कौन सा है?
61 / 282
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>
62 / 282
63 / 282
Why event handlers is needed in JS?जेएस में इवेंट हैंडलर की आवश्यकता क्यो हैं?
64 / 282
Why JavaScript Engine is needed?जावास्क्रिप्ट इंजन की आवश्यकता क्यों है?
65 / 282
Which of these is not a logical operator?इनमें से कौन सा एक तार्किक ऑपरेटर नहीं है?
66 / 282
What will be the out put following code snippet ?कोड स्निपेट के बाद आउटपुट क्या होगा?<script type =”text /java script” language =”java script”>Var a = “Scaler”;Var result =(a)substring (2,4) ;Document . write (result )</script>
67 / 282
Why javascript engine is needed?जावास्क्रिप्ट इंजन की आवश्यकता क्यों है
68 / 282
which of the following is true about AngularJS expressionएंगुलरजेएस एक्सप्रेशन के बारे में निम्नलिखित में से कौन सही है?
69 / 282
What type of value gets printed if we add the following two variables?यदि हम निम्नलिखित दो वेरिएबल्स को जोड़ते हैं तो किस प्रकार का मान मुद्रित होता है?Var a= “10”; var b= 50;
70 / 282
What is the basic difference between JavaScript and java?जावास्क्रिप्ट और जावा के बीच बुनियादी अंतर क्या है?
71 / 282
Variable can hold______ value at a timeवेरिएबिल एक समय वैल्यू होल्ड कर सकता है
72 / 282
What will be the output of the following code snippet ?निम्नलिखित कोड स्निपेट का आउटपुट क्या होगा?<script type =”text /java script”>a="5+9";document . write (a) ;</script>
73 / 282
How can a data type be declared to be a constant type ?डेटा प्रकार को स्थिर प्रकार कैसे घोषित किया जा सकता है?
74 / 282
Which of the following scoping type does javascript use?निम्नलिखित में से कौन सा स्कोपिंग प्रकार जावास्क्रिप्ट का उपयोग करता है?
75 / 282
Which statement specify correct difference between var and let keywords in JavaScript?कौन सा कथन जावास्क्रिप्ट मे var और let कीवर्ड के बीच सही अंतर निर्दिष्ट करता है?
76 / 282
which of the following statements define arrays in JavaScript?निम्नलिखित में से कौन सा कथन जावास्क्रिप्ट में ऐरेज को परिभाषित करता है?
77 / 282
Which of the following explains correctly what happens when a javascript program is developed on a unix machine?निम्नलिखित में से कौन सही ढंग से बताता है कि जब एक यूनिक्स मशीन पर एक जावास्क्रिप्ट प्रोग्राम विकसित किया जाता है तो क्या होता है
78 / 282
JavaScript was invented by--जावास्क्रिप्ट का अविष्कार --- द्वारा किया गया था
79 / 282
JavaScript code can be called by usingजावास्क्रिप्ट कोड को ---- का उपयोग करके कॉल किया जा सकता है।
80 / 282
What is the difference between JavaScript and Java?जावास्क्रिप्ट और जावा में क्या अंतर है?
81 / 282
Which of the following can be used to call a JavaScript code snippet?जावास्क्रिप्ट कोड स्निपेट को कॉल करने के लिए निम्नलिखित में से किसका उपयोग किया जा सकता है?
82 / 282
which of the following directive is used to bind the value of HTML controls to application data?निम्नलिखित में से किस निर्देश का उपयोग HTML नियंत्रणों के मूल्य को एप्लिकेशन डेटा से बाइंड करने के लिए किया जाता है?
83 / 282
which of the following expression is true?निम्नलिखित में से कौन सा एक्सप्रेशन सही है?
84 / 282
Which of the following object is the main entry point to all client-side javascript features and APIsनिम्नलिखित में से कौन सी वस्तु सभी क्लाइंट-साइड जावास्क्रिप्ट सुविधाओं और एपीआई का मुख्य प्रवेश बिंदु है?
85 / 282
Which of the following method can be used to display data in some form using java script ?जावा स्क्रिप्ट का उपयोग करके डेटा को किसी रूप में प्रदर्शित करने के लिए निम्न में से किस विधि का उपयोग किया जा सकता है?
86 / 282
Which of the following is the correct syntax to display “Enter password” in an alert box using JavaScript?निम्नलिखित में से कौन सा जावास्क्रिप्ट का उपयोग करके अलर्ट बॉक्स में " Enter password " प्रदर्शित करने के लिए सही सिंटैक्स है?
87 / 282
Where is client-side JavaScript code is embedded within HTML documents?क्लाइंट-साइड जावास्क्रिप्ट कोड HTML दस्तावेजों में कहाँ एम्बेड किया गया है?
88 / 282
Which of the following is not JavaScript data types?निम्नलिखित में से कौन जावास्क्रिप्ट डेटा प्रकार नहीं है?
89 / 282
which is the correct syntax of Angular Module?एंगुलर मॉड्यूल के लिए सही सिंटैक्स कौन है?
90 / 282
The correct syntax to write “Sky is blue” in JavaScript isजावास्क्रिप्ट में “स्काई इज ब्लू” लिखने का सही सिंटैक्स है
91 / 282
Arrays in JavaScript are defined by which of the following statements?जावास्क्रिप्ट में arrays को निम्नलिखित में से किस कथन द्वारा परिभाषित किया जाता है?
92 / 282
Upon encountering empty statement , what does the java interpreter do ?खाली बयान मिलने पर, जावा दुभाषिया क्या करता है?
93 / 282
Which of the following methods is used to access HTML element using java script ?जावास्क्रिप्ट का उपयोग करके HTML तत्व तक पहुँचने के लिए निम्न में से किस विधि का उपयोग किया जाता है?
94 / 282
Among the given statements, which statement defines closures in JavaScript?दिए गए कथनों में से कौन सा कथन जावास्क्रिप्ट में क्लोजर को परिभाषित करता है?
95 / 282
ng-app directive is used forng-app डायरेक्टिव का प्रयोग किया जाता है
96 / 282
Which of the following is not a mouse event?निम्नलिखित में से कौन एक माउस इवेंट नहीं है?
97 / 282
Which of the following is correct about JavaScript?निम्नलिखित में से कौन जावास्क्रिप्ट के बारे में सही है
98 / 282
Which of the following keywords is used to define a variable in java script ?जावा स्क्रिप्ट में वेरिएबल को परिभाषित करने के लिए निम्नलिखित में से किस कीवर्ड का उपयोग किया जाता है?
99 / 282
What is the correct JavaScript syntax to write “Hello World”? "हैलो वर्ल्ड" लिखने के लिए सही जावास्क्रिप्ट सिंटैक्स क्या है?
100 / 282
What is JavaScript?जावास्क्रिप्ट क्या है?
101 / 282
The web development environment (JavaScript) offers which standard construct for data validation of the input entered the user.वेब डेवलपमेंट एनवायरनमेंट (जावास्क्रिप्ट) प्रदान करता है कि इनपुट के डेटा सत्यापन के लिए उपयोगकर्ता ने कौन सा मानक निर्माण किया है।
102 / 282
what keyword is used to declare an asynchronous Function java script ?अतुल्यकालिक घोषित करने के लिए किस कीवर्ड का उपयोग किया जाता है फंक्शन जावास्क्रिप्ट?
103 / 282
what will be the output of the following code snippet ?निम्नलिखित कोड स्निपेट का आउटपुट क्या होगा?Var a= “hello”;Var sum =0;For9var I = 0 ; i<a. length ; I ++ ) {Sum + = (a [i] –‘a’) ;}Print (sum)
104 / 282
What will happen if the body of a for/in loop deleted a property that has not yet been enumerated?क्या होगा यदि लूप के लिए/लूप की बॉडी एक ऐसी प्रॉपर्टी को हटा देता है जिसे अभी तक एन्यूमरेट नहीं किया गया है?
105 / 282
One of the special features of an interpreter in reference with the for loop is thatलूप के रेफरेन्स में इंटरप्रेटर की एक विशेष फीचर्स यह है कि...............
106 / 282
What are the three important manipulations done in a for loop on a loop variable?लूप वेरिएबल पर लूप के लिए थ्री इम्पोर्टेन्ट मैनीपुलेशन क्या है?
107 / 282
which of the following type of variable is visible everywhere in your JavaScript code?निम्न में से किस प्रकार का वेरिएबल आपके जावास्क्रिप्ट कोड में हर जगह दिखाई देता है?
108 / 282
React.Js is written in which of the following language?React.Js निम्नलिखित में से किस भाषा में लिखा गया है?
109 / 282
which of the following is not a java script framework ?निम्नलिखित में से कौन सा जावास्क्रिप्ट फ्रेमवर्क नहीं है?
110 / 282
111 / 282
The enumeration order becomes implementation dependent and non-interoperable if…………………गणना क्रम कार्यान्वयन पर निर्भर और गैर-अंतरसंचालनीय हो जाता है यदि ……………………
112 / 282
The “var” and “function” are…………………“var” और “function” ......... है
113 / 282
When an empty statement is encountered, a JavaScript interpreter.........जब एक एम्प्टी स्टेटमेंट का सामना करना पड़ता है तो जावास्क्रिप्ट इंटरप्रेटर...............
114 / 282
which of the following are closures in java script ? .निम्नलिखित में से कौन सा जावास्क्रिप्ट में क्लोजर हैं?
115 / 282
which of the following acts as the input of a class-based component is React.Js?निम्न में से कौन एक वर्ग-आधारित घटक के इनपुट के रूप में कार्य करता है जो React.Js है?
116 / 282
what will be the output of the following snippet ?निम्नलिखित कोड स्निपेट का आउटपुट क्या होगा?print (parselnt(“123hello”));print (parselnt(“hello123”));
117 / 282
Which of the following attribute is used to include External JS code inside your HTML document.एचटीएमएल डॉक्यूमेंट के अंदर बाहरी जेएस कोड को शामिल करने के लिए निम्नलिखित में से किस ऐट्रीब्यूट का उपयोग किया जाता है—
118 / 282
What is block statement in JavaScript?जावास्क्रिप्ट में ब्लॉक स्टेटमेंट क्या है?
119 / 282
A conditional expression is also called a…………….एक कंडीशनल एक्सप्रेशन को ........... भी कहा जाता है
120 / 282
JavaScript is a………………….languageजावास्क्रिप्ट एक ..................लैंग्वेज है
121 / 282
what will be the output of the following code snippet ?निम्नलिखित कोड स्निपेट का आउटपुट क्या होगा?A= [ 1,2,3,4,5];Print (a. slice (2,4 ));
122 / 282
123 / 282
An expression that can legally appear on the left side of an assignment expression. Is a well known explanation for variables, properties of objects, and elements of arrays? They are calledएक एक्सप्रेशन जो लीगली रूप से एक असाइनमेंट एक्सप्रेशन के लेफ्ट साइड दिखाई दे सकती है वैरिएबल, ऑब्जेक्ट्स के प्रॉपर्टीज और एरे के एलिमेंट्स के लिए एक प्रसिद्ध व्याख्या है वे कहलाते हैं
124 / 282
what will be the output of the following code snippet ?निम्नलिखित कोड स्निपेट का आउटपुट क्या होगाLet sum = 0;Const a = [1,2,3];((a) for each (get sum );Print (sum ) ;Function get sum (ele ) {Sum +=ele ;}
125 / 282
among the following, which one is a ternary operator?निम्नलिखित में से कौन एक टर्नरी ऑपरेटर है
126 / 282
the 3 basic object attributes in java script are:जावा स्क्रिप्ट में 3 मूल वस्तु विशेषताएँ हैं:
127 / 282
Which was the first browser to support JavaScript?जावास्क्रिप्ट को सपोर्ट करने वाला पहला ब्राउजर कौन सा था?
128 / 282
which function is used to serialize an object into a JSON string in java script ?जावास्क्रिप्ट में किसी ऑब्जेक्ट को JSON स्ट्रिंग में क्रमबद्ध करने के लिए किस फ़ंक्शन का उपयोग किया जाता है?
129 / 282
How do you declare a JavaScript variable?आप जावास्क्रिप्ट वैरिएबल कैसे घोषित करते हैं?
130 / 282
which of the operator is used to test if a particular property exists or not?किसी विशेष प्रॉपर्टी के exists होने या न होने का टेस्ट करने के लिए किस ऑपरेटर का यूज किया जाता है?
131 / 282
what kind of expression is “new point(2,3)”?“new point(2,3)” किस प्रकार का एक्सप्रेशन है?
132 / 282
Which of the following is an Advantage of angular JS?निम्नलिखित में से कौन सा एंगुलर जेएस का लाभ है?
133 / 282
the process in which an object or data structure is translate into a format suitable for transferral over a network ,or storage is called ?वह प्रक्रिया जिसमें एक वस्तु या डेटा संरचना को एक नेटवर्क पर हस्तांतरण के लिए उपयुक्त प्रारूप में अनुवादित किया जाता है, या भंडारण कहा जाता है?
134 / 282
what does the ‘to locate string ()’ method do in j s ?js में 'टू लोकेट स्ट्रिंग ()' विधि क्या करती है?
135 / 282
the expression of calling (or executing) a function or method in JavaScript is called…………जावास्क्रिप्ट में किसी फंक्शन या विधि को कॉल करने (या एक्सेक्यूटिंग) करने के एक्सप्रेशन को .............. कहा जाता है
136 / 282
JavaScript is used to ___ the user input at browser before submitting the page to server for further processing.आगे की प्रक्रिया के लिए सर्वर पर पेज सबमिट करने से पहले ब्राउजर पर यूजर इनपुट के लिए जावास्क्रिप्ट का प्रयोग किया जाता है।
137 / 282
The property of a primary expression is…………………प्राइमरी एक्सप्रेशन का गुण .........है
138 / 282
which of the following can be used as a prefix for directives?निम्नलिखित में से कौन सा निर्देश के लिए एक उपसर्ग के रूप में इस्तेमाल किया जा सकता है?
139 / 282
what will be the output of the following code snippet ?निम्नलिखित कोड स्निपेट का आउटपुट क्या होगा?Print (type of (nan ));
140 / 282
print (NaN===N a N ) ;प्रिंट (NaN===N a N);
141 / 282
a proper scripting language is a…………….एक उचित स्क्रिप्टिंग भाषा एक ……………… है।
142 / 282
Which of the following is a filter in Angular Js ?एंगुलर जेएस में निम्न में से कौन सा फ़िल्टर है?
143 / 282
How do you write "Hello World" in an alert box ?आप अलर्ट बॉक्स में " Hello World " कैसे लिखते हैं?
144 / 282
which of the following attribute is used to include external JS code inside your HTML document?आपके HTML document के अंदर बाहरी JS कोड को शामिल करने के लिए निम्नलिखित में से किस attribute का उपयोग किया जाता है?
145 / 282
JavaScript was originally developed under the name----जावास्क्रिप्ट मूल रूप से ---- नाम के तहत विकसित किया गया था।
146 / 282
How to write an IF statement for executing some code if “i” is NOT equal is 5?कुछ कोड निष्पादित करने के लिए IF स्टेटमेंट कैसे लिखें यदि "i" 5 के बराबर नहीं है?
147 / 282
What will be the out put following code snippet ? कोड स्निपेट के बाद आउटपुट क्या होगा?var a =true +true +true*3;print ((a)
148 / 282
javascript can be written……………जावास्क्रिप्ट लिखा जा सकता है………………
149 / 282
Which of the following directives is used to start an Angular JS applicationएंगुलर जेएस एप्लिकेशन शुरू करने के लिए निम्नलिखित में से किस निर्देश का उपयोग किया जाता है
150 / 282
What will be the output of the following JavaScript code?निम्नलिखित जावास्क्रिप्ट कोड का आउटपुट क्या होगा?int x=0; For(x;x<10;x++);Console.log(x);
151 / 282
Which attribute is used to specify that the script is executed when the page has finished parsing? (only for external scripts)यह स्पेशिफाई करने के लिए किस एट्रिब्यूट का उपयोग किया जाता है कि स्क्रिप्ट तब executed होती है जब पृष्ठ पार्सिंग समाप्त कर लेता है? (केवल बाहरी स्क्रिप्ट के लिए)
152 / 282
What is the HTML tag under which one can write the JavaScript code?HTML टैग क्या है जिसके अंतर्गत जावास्क्रिप्ट कोड लिखा जा सकता है?
153 / 282
What is the correct syntax for referring to an external script called "xxx.js" ?“xxx.js” नामक एक्सटर्नल स्क्रिप्ट को संदर्भित करने के लिए सही सिटेंक्स क्या है?
154 / 282
Javascript is ideal to………………जावास्क्रिप्ट ..............के लिए आदर्श है
155 / 282
What will be the output of the following code snippet ?निम्नलिखित कोड स्निपेट का आउटपुट क्या होगा?Var =math .max() math . min ();Print ((a) ;Print (b) ;
156 / 282
105. What will be the output of the following code snippet ?निम्नलिखित कोड स्निपेट का आउटपुट क्या होगा?Var a=math .max ();Var b=math .min();Print (a);Print (b);
157 / 282
The script tag must be placed in ……………..स्क्रिप्ट टैग को ................. में रखा जाना चाहिए
158 / 282
What is the alternate name for Javascriptजावास्क्रिप्ट का वैकल्पिक नाम क्या है
159 / 282
Using _______ statement is how you test for a specific condition._______ कथन का उपयोग करना है कि आप किसी विशिष्ट स्थिति के लिए कैसे परीक्षण करते हैं।
160 / 282
The main purpose of a “Live Wire” in NetScape is to……नेटस्केप में लाइव वायर का मुख्य उद्देश्य
161 / 282
what will be the out put for the following code ?निम्नलिखित कोड के लिए आउटपुट क्या होगा?< div n g – a p p =”””n g – init ‘’’’’points =[ 1, 15 ,19 ,2, 40 ]’’’’’><p> the output is {{points [2]}}</p></div>
162 / 282
which of the following statement is true about $dirty flag ?निम्नलिखित में से कौन सा कथन $dirty फ़्लैग के बारे में सत्य है?
163 / 282
which comparison operator is used to find equality of type as well as content between two variables?किस कंपैरिजन ऑपरेटर का उपयोग दो वैरिएबल के बीच समानता के साथ-साथ कंटेंट को खोजने के लिए किया जाता है
164 / 282
Identify the invalid HTML eventइनवैलिड HTML इंवेंट की पहचान करें
165 / 282
which of the following is an advantage of angular js ?निम्नलिखित में से कौन सा एंगुलर js का लाभ है?
166 / 282
which of the following statement is true about the lowercase filter ?निम्न में से कौन सा कथन लोअरकेस फ़िल्टर के बारे में सत्य है?
167 / 282
A_____has global scope which means it can be defined anywhere in your JavaScript code__ का वैश्विक दायरा है जिसका अर्थ है कि इसे आपके जावास्क्रिप्ट कोड में कहीं भी परिभाषित किया जा सकता है
168 / 282
which of the following syntax is correct for applying multiple filter in angular js ?angular js में एकाधिक फ़िल्टर लगाने के लिए निम्न में से कौन सा सिंटैक्स सही है?
169 / 282
Angular JS is aएंगुलरजेएस क्या है
170 / 282
Which of the following directives allows one to use form?निम्नलिखित में से कौन सा निर्देश किसी को फॉर्म का उपयोग करने की अनुमति देता है?
171 / 282
which of the following directive is used to bind the application data to the HTML view in angular js ?निम्नलिखित में से कौन सा निर्देश एंगुलर जेएस में एचटीएमएल व्यू में एप्लिकेशन डेटा को बाइंड करने के लिए प्रयोग किया जाता है?
172 / 282
do angular j s provide reusable components ?क्या कोणीय जेएस पुन: प्रयोज्य घटक प्रदान करते हैं?
173 / 282
which of the following is the correct syntax for writing angular js expressions ?एंगुलर js एक्सप्रेशन लिखने के लिए निम्नलिखित में से कौन सा सिंटैक्स सही है?
174 / 282
what is module in angular js?एंगुलरजेएस में मॉड्यूल क्या है?
175 / 282
Which of the following expressions is true?निम्नलिखित में से कौन सा एक्सप्रेशन सही है?
176 / 282
JavaScript global variable isजावास्क्रिप्ट वैश्विक वैरियेबल है
177 / 282
angular js is perfect for ?कोणीय जे एस के लिए एकदम सही है?
178 / 282
which of the architecture pattern angular J S is based ?कौन सा आर्किटेक्चर पैटर्न एंगुलर जे एस आधारित है?
179 / 282
Which is the correct syntax for Angular Module?एंगुलर मॉड्यूल के लिए सही सिंटैक्स कौन सा है
180 / 282
Consider the below div tag content statement, how to print the value of “username”?नीचे दिए गए div टैग सामग्री कथन पर विचार करें, "उपयोगकर्ता नाम" का मान कैसे प्रिंट करें?<div ng-app= “ng-nit= “firstname=john”><p>input something in the input box:</p><p>Name: <input type=”text” ng-model=”username”></p><p>You wrote:</p></div>
181 / 282
which of the following statement is correct for angular j s ?कोणीय जे एस के लिए निम्नलिखित में से कौन सा कथन सही है?
182 / 282
____ method is used to create a new function. When a function is called, it has its own ‘this’ keyword set to the provided value, with a given sequence of arguments.एक नया फंक्शन बनाने के लिए ____ विधि का उपयोग किया जाता है। जब किसी फ़ंक्शन को कॉल किया जाता है, तो उसका अपना 'यह' कीवर्ड प्रदान किए गए मान पर सेट होता है, जिसमें दिए गए तर्कों का क्रम होता है।
183 / 282
which of the following are not server –side java script objects ?निम्नलिखित में से कौन सा सर्वर-साइड जावास्क्रिप्ट ऑब्जेक्ट नहीं है?
184 / 282
Which of the following is true about Angular JS expression?निम्नलिखित में से कौन एंगुलरजेएस एक्सप्रेशन के बारे में सही है?
185 / 282
Which of the following is a filter in Angular JS?निम्नलिखित में से कौन एंगुलर जेएस में फिल्टर है
186 / 282
what will be the output of the following code snippet ?निम्नलिखित कोड स्निपेट का आउटपुट क्या होगा?console obj 1= {first ; 20 second ; 30,first 50 } :console . log (obj 1 ) ;
187 / 282
_____ iterates the element for the infinite number of times____ एलिमेंट को अनंत बार दोहराता है
188 / 282
which of these is not a logical operator?निम्न में से कौन सा logical operator नहीं है
189 / 282
Which of the following is the correct syntax to display “enter password” in an alert box using JavaScript?जावास्क्रिप्ट का यूज करते हुए अलर्ट बॉक्स में पासवर्ड दर्ज करें प्रदर्शित करने के लिए निम्नलिखित में से कौन सा सही सिंटैक्स है?
190 / 282
what will be the output of the following code snippet ?निम्नलिखित कोड स्निपेट का आउटपुट क्या होगा?function test (…args ) {console .log (type of args ) ;}test (12)
191 / 282
which object in java script does not have a prototype ?जावास्क्रिप्ट में किस वस्तु का प्रोटोटाइप नहीं है?
192 / 282
how do we write a comment In java script ?हम जावास्क्रिप्ट में एक टिप्पणी कैसे लिखते हैं?
193 / 282
Multiple declaration of variables are separated by which symbol.वैरिएबल की एकाधिक घोषणाओं को किस सिंबल द्वारा अलग किया जाता है
194 / 282
What is the correct syntax for referring to an external script called “abc.js”?“abc.js” नामक एक्सटर्नल स्क्रिप्ट को रेफरिंग करने के लिए सही सिटैंक्स क्या है?
195 / 282
what happens when we run this code ?क्या होता है जब हम इस कोड को चलाते हैं?function dog () {print (“i am a dog”.); }dog . sound = “bark” ;
196 / 282
what will be the output of the following code snippet ?निम्नलिखित कोड स्निपेट का आउटपुट क्या होगा?const obj 1 ={name :”hello” ,age:16 }:const object 2= {name : “hello”,age: 16 } ;print (obj 1===obj 2 ) ;
197 / 282
The expression of calling (or executing) a function or method in JavaScript is calledजावास्क्रिप्ट में किसी फंक्शन या मेथड को कॉल करने (या एक्जीक्यूट करने) के एक्सप्रेशन को कहा जाता है
198 / 282
what will be the output of the following code snippet ?निम्नलिखित कोड स्निपेट का आउटपुट क्या होगाlet n =24;let l = 0, r= 100 ,ans = n ;while (l<=r){let mid = math . floor ((l+r )/2) ;if ( mid *mid <=n {ans = mid ;l=mid + l ;} else {r= mid –l ;}}print (ans ) ;
199 / 282
which of the following type of variable is visible everywhere in your JavaScript code?आपके जावास्क्रिप्ट कोड में निम्न में से किस प्रकार का वैरिएबल हर जगह दिखाई देता है?
200 / 282
the method or operator used to identify the array is………….ऐरे की पहचान करने के लिए यूज की जाने वाली विधि या ऑपरेटर............है
201 / 282
what will be the output of the following code snippet ?निम्नलिखित कोड स्निपेट का आउटपुट क्या होगा?let s =”00000001111111”;let l =0,r=s. length –l, ans=-1;while (1<=r) {var mid =math.floor ((1+r)/2);it (s [mid ] == ‘1’ ) {ans = mid ;r= mid – 1;}else {l= mid + 1 ;}print (ans ) ;
202 / 282
what will be the output of the following code snippet ?निम्नलिखित कोड स्निपेट का आउटपुट क्या होगा?let a=[1, 2, 3, 4, 5, 6 ];var left = 0, right =5 ;var found =false ;var target =5;while ( left<=right) }var mid= math . floor ((left + right ) /2) ;if (a [mid] ==target ) {found = true ;break ;}else if (a [mid]<target) {left =mid + 1;} right = mid – 1:}}if ( found (d) {print (“yes”else {print (“no”);}
203 / 282
what will be the out put of the following code snippet ?निम्नलिखित कोड स्निपेट का आउटपुट क्या होगा?const example =({a, b, c, }) =>{console .log (a, b, (c) ;};example (0,1,2 );
204 / 282
What will happen if reverse() and join() methods are used simultaneously?यदि रिवर्स() और जॉइन() विधियों का एक साथ उपयोग किया जाए तो क्या होगा?
205 / 282
The pop() method of the array does which of the following task?ऐरे की पॉप() विधि निम्नलिखित में से कौन सा कार्य करती है?
206 / 282
Among the given statements, which statement defines closures in JavaScriptदिए गए बयानों में से कौन सा कथन जावास्क्रिप्ट में क्लोजर को परिभाषित करता है
207 / 282
JavaScript can be writtenजावास्क्रिप्ट लिखी जा सकती है
208 / 282
The basic purpose of the toLocalString() is to………..toLocalString() का मूल उद्देश्य ..........है
209 / 282
To determine whether one object is the prototype of (or is part of the prototype chain of) another object, one should use theयह निर्धारित करने के लिए कि क्या एक ऑब्जेक्ट किसी अन्य ऑब्जेक्ट का प्रोटोटाइप है (या प्रोटोटाइप चैन का हिस्सा है),किसी को ............. का यूज करना चाहिए
210 / 282
what does ….. operator do in j s ?js में ऑपरेटर क्या करता है?
211 / 282
how are objects compared when they are checked with the strict equality operator ?सख्त समानता ऑपरेटर के साथ चेक किए जाने पर वस्तुओं की तुलना कैसे की जाती है?
212 / 282
The script tag must be place inस्क्रिप्ट टैग अंदर होना चाहिए
213 / 282
what will be the output of the following code snippet ?निम्नलिखित कोड स्निपेट का आउटपुट क्या होगा?Cost set = new set ();Set. Add (5) ;Set . add (‘hello );Set add ({name ; scaler’ }); for (let item of set ) {Console. Log (item + 6 ) ; }
214 / 282
how to stop an interval timer in java script ?जावास्क्रिप्ट में इंटरवल टाइमर कैसे रोकें?
215 / 282
Which of the following is correct about JavaScript?निम्नलिखित में से कौन सा जावास्क्रिप्ट के बारे में सही है?
216 / 282
A linkage of series of prototype objects is called as………….प्रोटोटाइप ऑब्जेक्ट की सीरीज के लिंकेज को ........... कहा जाता है
217 / 282
the object has three object attributes namely………….ऑब्जेक्ट की तीन ऑब्जेक्ट्स है अर्थात.............
218 / 282
the unordered collection of properties, each of which has a name and a value is calledगुणों का अव्यवस्थित संग्रह, जिनमें से प्रत्येक का एक नाम और एक मूल्य होता है, कहलाता है
219 / 282
Among the keywords below, which one is not a statement?नीचे दिए गए keywords में से कौन सा स्टेटमेंट नहीं है?
220 / 282
What will be the step of the interpreter in a jump statement when an exception is thrown?जब एक अपवाद फेंका जाता है तो जंप स्टेटमेंट में इंटरप्रेटर का स्टेप क्या होगा?
221 / 282
Variable can hold………..value at a timeवैरिएबल एक समय वैल्यू होल्ड कर सकती है
222 / 282
javascript was invented by……………जावास्क्रिप्ट का आविष्कार ........द्वारा किया गया था।
223 / 282
which of the following statement is true in the case of $route provider ? .$route प्रदाता के मामले में निम्नलिखित में से कौन सा कथन सत्य है?
224 / 282
which of the following template can be used to write angular j s directiveनिम्न में से किस टेम्पलेट का उपयोग कोणीय जे एस निर्देश लिखने के लिए किया जा सकता है
225 / 282
angular J s applications are a mix of which of the following technologies ?कोणीय जे के अनुप्रयोग निम्नलिखित में से किस तकनीक का मिश्रण हैं?
226 / 282
Which directives binds application data to the HTML view?कौन से निर्देश एप्लिकेशन डेटा को HTML व्यू से बांधते हैं?
227 / 282
which statement is used to come out switch block?स्विच ब्लॉक से बाहर आने के लिए किस स्टेटमेंट का प्रयोग किया जाता है?
228 / 282
JavaScript can changeजावास्क्रिप्ट .............को बदल सकता है
229 / 282
what is deep liking in angular js ?एंगुलर जेएस में डीप लाइकिंग क्या है?
230 / 282
which of the following components can be injected as a dependency in angular js ?निम्नलिखित में से कौन सा घटक कोणीय जेएस में निर्भरता के रूप में इंजेक्शन दिया जा सकता है?
231 / 282
Integer variable is declared using following syntax in JSजेएस में निम्नलिखित सिंटैक्स का उपयोग करके पूर्णांक वैरिएबल घोषित किया गया है
232 / 282
which of the following statement is true in the case of a controller in MVC ?एमवीसी में नियंत्रक के मामले में निम्नलिखित में से कौन सा कथन सत्य है?
233 / 282
which of the following can be used as a prefix for directives?निम्नलिखित में से किसका प्रयोग directives के prefix के रूप में किया जा सकता है?
234 / 282
Which JavaScript statement is used to perform different actions based on different conditions?विभिन्न स्थितियों के आधार पर विभिन्न क्रियाओं को करने के लिए किस जावास्क्रिप्ट स्टेटमेंट का उपयोग किया जाता है?
235 / 282
which of the following is true about the currency filter ?निम्नलिखित में से कौन सा मुद्रा फ़िल्टर के बारे में सही है?
236 / 282
how many $root scope an angular js application can have ?एक कोणीय js एप्लिकेशन में कितने $root स्कोप हो सकते हैं?
237 / 282
JavaScript is ideal toजावास्क्रिप्ट किसके लिए आदर्श है
238 / 282
which class property makes an image transparent?कौन सी क्लास प्रॉपर्टी इमेज को ट्रांस पैरेंट बनाती है?
239 / 282
variables in JavaScript cannot be declared usingजावास्किप्ट में वैरिएबल को .............. का प्रयोग करके घोषित नहीं किया जा सकता है
240 / 282
which of the following types of the component can be used to create a custom directive ?कस्टम निर्देश बनाने के लिए निम्न में से किस प्रकार के घटक का उपयोग किया जा सकता है?
241 / 282
a model created by using the angular js function is called ?कोणीय जेएस फ़ंक्शन का उपयोग करके बनाए गए मॉडल को क्या कहा जाता है?
242 / 282
is angular js completely based on HTML and java script ?क्या AngularJS पूरी तरह से HTML और जावास्क्रिप्ट पर आधारित है?
243 / 282
which of the following community angular js belong to ?निम्नलिखित में से कौन सा समुदाय कोणीय जेएस संबंधित है?
244 / 282
Which operator is used to get datatype of a variable in JavaScriptजावास्किप्ट में एक वैरिएबल का डेटाटाइप प्राप्त करने के लिए किस ऑपरेटर का उपयोग किया जाता है
245 / 282
what is not true about ng-repeat directive in Angular JS?एंगुलर जेएस में ng-repeat directive के बारे में क्या सही नहीं है
246 / 282
Which type of language is JavaScriptजावास्क्रिप्ट किस प्रकार की भाषा है
247 / 282
which of the following directive is used to bind the value of HTML controls to application data ?निम्नलिखित में से किस निर्देश का उपयोग HTML नियंत्रणों के मूल्य को एप्लिकेशन डेटा से बाइंड करने के लिए किया जाता है?
248 / 282
who is known as the father of angular js ?एंगुलर जेएस के पिता के रूप में किसे जाना जाता है?
249 / 282
which of the following is not a valid angular js filter ?निम्न में से कौन सा वैध कोणीय जेएस फ़िल्टर नहीं है?
250 / 282
Identify the invalid statement about Angular JS expressionsएंगुलर जेएस एक्सप्रेशंस के बारे में अमान्य कथन की पहचान करें
251 / 282
what is the role of JavaScript in web design?वेब डिजाइन में जावास्किप्ट की क्या भूमिका है?
252 / 282
How do you create a function in JavaScriptआप जावास्क्रिप्ट में एक फ़ंक्शन कैसे बनाते हैं
253 / 282
which of the following statement specify the data binding in angular js ?निम्नलिखित में से कौन सा कथन कोणीय js में डेटा बाइंडिंग को निर्दिष्ट करता है?
254 / 282
which of the following used to share data between controller and view in angular js ?निम्नलिखित में से कौन नियंत्रक और कोणीय js में देखने के बीच डेटा साझा करने के लिए उपयोग किया जाता है?
255 / 282
Directive to initialize Angular JS applicationएंगुलर जेएस एप्लिकेशन को इनिशियलाइज करने का निर्देश .....
256 / 282
an element can be accessed in JavaScript usingजावास्क्रिप्ट में एक एलिमेंट को ........ का उपयोग करके एक्सेस किया जा सकता है
257 / 282
which of the following syntax is used to create a module in angular j s ?एंगुलर js में मॉड्यूल बनाने के लिए निम्नलिखित में से किस सिंटैक्स का उपयोग किया जाता है?
258 / 282
what is the use of angular controllers is the applications ?अनुप्रयोगों में कोणीय नियंत्रकों का उपयोग क्या है?
259 / 282
Which of the following true about JavaScript variable?जावास्क्रिप्ट वैरिएबल के बारे में निम्न में से कौन सा सत्य है?
260 / 282
Exponential operator in JavaScript is:जावास्क्रिप्ट में एक्सपोनेंसिअल ऑपरेटर......... है
261 / 282
what is not a valid statement for Angular JS?इनमें से कौन सा कथन एंगुलर JS के लिए मान्य नहीं है?
262 / 282
What is a module in AngularJS?एंगुलरजेएस में एक मॉड्यूल क्या है?
263 / 282
the “function” and “var” are known as____ in JavaScript"function" और "var" को जावास्क्रिप्ट में ____ के रूप में जाना जाता है
264 / 282
Which of the following directives allows one to use form?निम्न में से कौन सा निर्देश किसी को फॉर्म का उपयोग करने की अनुमति देता है?
265 / 282
For which of the following purpose JavaScript is designed for?निम्नलिखित में से किस उद्देश्य के लिए जावास्क्रिप्ट को डिजाइन किया गया है?