O Level Online Exam
Menu mobile
Home
MCQ Topic Wise
INFORMATION TECHNOLOGY TOOLS AND NETWORK BASICS
New
WEB DESIGNING AND PUBLISHING
New
PROGRAMMING AND PROBLEM SOLVING THROUGH PYTHON
New
INTERNET OF THINGS AND ITS APPLICATIONS
New
Online Mock Test
INFORMATION TECHNOLOGY TOOLS AND NETWORK BASICS
New
WEB DESIGNING AND PUBLISHING
New
PROGRAMMING AND PROBLEM SOLVING THROUGH PYTHON
New
INTERNET OF THINGS AND ITS APPLICATIONS
New
Old Papers
Practical Questions
Videos
Projects
MCQ : JAVSCRIPT AND ANGULAR JS For NIELIT O Level Exam
JAVSCRIPT AND ANGULAR JS For NIELIT O Level Exam
00:00:00
English
Hindi
Question No# :
01
out of 50
Report Bug
Bookmark
What is a Model in MVC?
एमवीसी में एक मॉडल क्या है?
A.
the lowest level of the pattern responsible for maintaining data
डेटा को बनाए रखने के लिए जिम्मेदार पैटर्न का निम्नतम स्तर
B.
represents server-side data
सर्वर-साइड डेटा का प्रतिनिधित्व करता है
C.
represents data stored in a database
डेटाबेस में संग्रहीत डेटा का प्रतिनिधित्व करता है
D.
None of the mentioned
उल्लेख में से कोई नहीं
Question No# :
02
out of 50
Report Bug
Bookmark
What will happen if the body of a for/in loop deletes a property that has not yet been enumerated?
क्या होगा यदि लूप के लिए/लूप की बॉडी एक ऐसी प्रॉपर्टी को हटा देता है जिसे अभी तक एन्यूमरेट नहीं किया गया है?
A.
The property will be stored in a cache
प्रॉपर्टी को कैश में स्टोर किया जाएगा
B.
The loop will not run
लूप नहीं चलेगा
C.
That property will not be enumerated
उस प्रॉपर्टी की गणना नहीं की जाएगी
D.
The property will be enumerated
प्रॉपर्टी की गणना की जाएगी
Question No# :
03
out of 50
Report Bug
Bookmark
Identify the invalid statement about Angular JS Expressions
एंगुलर JS एक्सप्रेशंस के बारे में अमान्य कथन को पहचानें करे |
A.
written inside doublebr braces: {{expression }}
डबल ब्रेसेस के अंदर लिखा :{{expressions}}
B.
written inside a directive: ng-bind="expression "
एक डिरेक्टिव के अंदर लिखा ng-bind="expressions"
C.
return the result exactly where the expression is written
रिजल्ट ठीक वही लौटता है जहा एक्सप्रेशन लिखा गया हैं
D.
Angular JS expressions are different from JavaScript expressions
एंगुलर JS एक्सप्रेशन जावास्क्रिप्ट एक्सप्रेशन से अलग है
Question No# :
04
out of 50
Report Bug
Bookmark
The object has three object attributes namely ________
ऑब्जेक्ट की तीन ऑब्जेक्ट ऐट्रिब्यूट्स हैं, अर्थात् ________
A.
Class, parameters, object’s extensible flag
क्लास, पैरामीटर्स, ऑब्जेक्ट्स का एक्स्टेंसिबल फ़्लैग
B.
Prototype, class, objects’ parameters
प्रोटोटाइप, क्लास, ऑब्जेक्ट्स के पैरामीटर
C.
Prototype, class, object’s extensible flag
प्रोटोटाइप, क्लास, ऑब्जेक्ट्स का एक्स्टेंसिबल फ़्लैग
D.
Native object, Classes and Interfaces and Object’s extensible flag
नेटिव ऑब्जेक्ट, क्लासेस और इंटरफेस और ऑब्जेक्ट का एक्स्टेंसिबल फ्लैग
Question No# :
05
out of 50
Report Bug
Bookmark
What is the basic difference between JavaScript and Java?
जावास्क्रिप्ट और जावा के बीच बुनियादी अंतर क्या है?
A.
Functions are considered as fields
कार्यों को क्षेत्रों के रूप में माना जाता है
B.
Functions are values, and there is no hard distinction between methods and fields
कार्य मूल्य हैं, और विधियों और क्षेत्रों के बीच कोई कठोर अंतर नहीं है
C.
Variables are specific
चर विशिष्ट हैं
D.
There is no difference
इसमें कोई फर्क नही है
Question No# :
06
out of 50
Report Bug
Bookmark
JavaScript can be written __________
जावास्क्रिप्ट को __________ लिखा जा सकता है
A.
directly into JS file and included into HTML
सीधे JS फ़ाइल में और HTML में शामिल
B.
directly on the server page
सीधे सर्वर पेज पर
C.
directly into HTML pages
सीधे HTML पेजेज में
D.
directly into the css file
सीधे सीएसएस फ़ाइल में
Question No# :
07
out of 50
Report Bug
Bookmark
Which of the following can be used as a prefix for Directive?
निम्नलिखित में से किसका प्रयोग निर्देश के उपसर्ग के रूप में किया जा सकता है?
A.
data-
डेटा-
B.
ng-
एनजी-
C.
All of the mentioned
उल्लिखित सभी
D.
None of the mentioned
उल्लेख में से कोई नहीं
Question No# :
08
out of 50
Report Bug
Bookmark
The script tag must be placed in
स्क्रिप्ट टैग को इसमें रखा जाना चाहिए
A.
Head
सिर
B.
Head and body
हेड और बॉडी
C.
Title and Head
टाइटल और हेड
D.
All of the above
ऊपर के सभी
Question No# :
09
out of 50
Report Bug
Bookmark
When an empty statement is encountered, a JavaScript interpreter __________
जब एक एम्प्टी स्टेटमेंट का सामना करना पड़ता है, एक जावास्क्रिप्ट इंटरप्रेटर __________
A.
Ignores the statement
स्टेटमेंट को इग्नोर करता है
B.
Prompts to complete the statement
स्टेटमेंट कम्पलीट करने का संकेत
C.
Throws an error
एक एरर फेंकता है
D.
Shows a warning
वार्निंग दिखाता है
Question No# :
10
out of 50
Report Bug
Bookmark
Which is the correct syntax for Angular Module ?
एंगुलर मॉड्यूल के लिए सही सिंटैक्स कौन सा है?
A.
var variable_name = angular.module("app_name", );
var variable_name = angular.module("app_name", );
B.
var variable_name =angular.modules("app_name");
var variable_name =angular.modules("app_name");
C.
var variable_name = angular.module();
var variable_name = angular.module();
D.
var variable_name = new module();
var variable_name = new module();
Question No# :
11
out of 50
Report Bug
Bookmark
What is not a valid statement for Angular JS?
इनमे से कौन सा कथन एंगुलर JS के लिए मान्य नहीं है?
A.
It is a JavaScript framework
यह एक जावास्क्रिप्ट फ्रेमवर्क है
B.
It is added using <script> tag
इसे <script> टैग का उपयोग करके जोड़ा जाता है
C.
It is a framework written in C
यह सी में लिखा गया एक फ्रेमवर्क है
D.
Angular JS extends HTML attributes
एंगुलर JS HTML एट्रिब्यूट का विस्तार करता है
Question No# :
12
out of 50
Report Bug
Bookmark
What is a module in AngularJS ?
एंगुलरजेएस में मॉड्यूल क्या है?
A.
expression
expression
B.
application
application
C.
element
element
D.
None of the above
None of the above
Question No# :
13
out of 50
Report Bug
Bookmark
Connecting website to backend servers, processing data and controlling behavior of higher layers, all these things are done by:
वेबसाइट को बैकएंड सर्वर से जोड़ना, डेटा को प्रोसेस करना और उच्च परतों के व्यवहार को नियंत्रित करना, ये सभी चीजें किसके द्वारा की जाती हैं:
A.
HTML language
एचटीएमएल भाषा
B.
JavaScripts
जावास्क्रिप्ट
C.
CSS scripts
सीएसएस स्क्रिप्ट
D.
None of the above
इनमे से कोई भी नहीं
Question No# :
14
out of 50
Report Bug
Bookmark
Where is Client-side JavaScript code is embedded within HTML documents?
क्लाइंट-साइड जावास्क्रिप्ट कोड HTML दस्तावेज़ों में कहाँ एम्बेड किया गया है?
A.
A URL that uses the special javascript:code
एक यूआरएल जो विशेष जावास्क्रिप्ट का उपयोग करता है: कोड
B.
A URL that uses the special javascript:protocol
एक यूआरएल जो विशेष जावास्क्रिप्ट का उपयोग करता है: प्रोटोकॉल
C.
A URL that uses the special javascript:encoding
एक यूआरएल जो विशेष जावास्क्रिप्ट का उपयोग करता है: एन्कोडिंग
D.
A URL that uses the special javascript:stack
एक यूआरएल जो विशेष जावास्क्रिप्ट का उपयोग करता है: स्टैक
Question No# :
15
out of 50
Report Bug
Bookmark
Which of the following explains correctly what happens when a JavaScript program is developed on a Unix Machine?
निम्नलिखित में से कौन सही ढंग से बताता है कि जब एक यूनिक्स मशीन पर एक जावास्क्रिप्ट प्रोग्राम विकसित किया जाता है तो क्या होता है?
A.
will work perfectly well on a Windows Machine
विंडोज मशीन पर पूरी तरह से काम करेगा
B.
will be displayed as JavaScript text on the browser
ब्राउज़र पर जावास्क्रिप्ट टेक्स्ट के रूप में प्रदर्शित किया जाएगा
C.
will throw errors and exceptions
त्रुटियों और अपवादों को फेंक देगा
D.
must be restricted to a Unix Machine only
केवल यूनिक्स मशीन तक ही सीमित होना चाहिए
Question No# :
16
out of 50
Report Bug
Bookmark
Integer variable is declared using following syntax in Js.
जावास्क्रिप्ट में निम्नलिखित सिन्टैक्स का उपयोग करके इंटीजर वेरिएबल डिक्लेयर्ड होता है।
A.
int num;
int num;
B.
integer num;
integer num;
C.
Integer nums;
Integer nums;
D.
var num;
var num;
Question No# :
17
out of 50
Report Bug
Bookmark
Which of the following object is the main entry point to all client-side JavaScript features and APIs?
निम्नलिखित में से कौन सी वस्तु सभी क्लाइंट-साइड जावास्क्रिप्ट सुविधाओं और एपीआई का मुख्य प्रवेश बिंदु है?
A.
Position
पोज़िशन
B.
Window
विंडो
C.
Standard
स्टैंडर्ड
D.
Location
लोकेशन
Question No# :
18
out of 50
Report Bug
Bookmark
Which attribute is used to specify that the script is executed when the page has finished parsing? (only for external scripts)
यह निर्दिष्ट करने के लिए किस विशेषता का उपयोग किया जाता है कि जब पेज का विश्लेषण समाप्त हो जाता है तो स्क्रिप्ट निष्पादित हो जाती है? (केवल बाहरी लिपियों के लिए)
A.
parse
पार्स
B.
a sync
एक सिंक
C.
defer
डेफर
D.
type
टाइप
Question No# :
19
out of 50
Report Bug
Bookmark
The web development environment (JavaScript) offers which standard construct for data validation of the input entered by the user.
वेब डेवलपमेंट एनवायरनमेंट (जावास्क्रिप्ट) उपयोगकर्ता द्वारा दर्ज किए गए इनपुट के डेटा वेलिडेशन के लिए कौन सा मानक निर्माण प्रदान करता है।
A.
Controlled loop constructs
कंट्रोल्ड लूप कंस्ट्रक्ट्स
B.
Server page access
सर्वर पेज एक्सेस
C.
Client side Event
क्लाइंट साइड इवेंट
D.
Permit server-side
परमिट सर्वर-साइड
Question No# :
20
out of 50
Report Bug
Bookmark
Arrays in JavaScript are defined by which of the following statements?
जावास्क्रिप्ट में Arrays को निम्नलिखित में से किस कथन द्वारा परिभाषित किया जाता है?
A.
It is an ordered list of values
यह वैल्यू की एक ऑर्डर्ड लिस्ट है
B.
It is an ordered list of objects
यह वस्तुओं की एक ऑर्डर्ड लिस्ट है
C.
It is an ordered list of string
यह स्ट्रिंग की एक ऑर्डर्ड लिस्ट है
D.
It is an ordered list of functions
यह फंक्शन्स की एक ऑर्डर्ड लिस्ट है
Question No# :
21
out of 50
Report Bug
Bookmark
Which of the following is an advantage of AngularJS?
निम्नलिखित में से कौन एंगुलरजेएस का एक फायदा है?
A.
Uses dependency injection and makes use of separation of concerns
निर्भरता इंजेक्शन का उपयोग करता है और चिंताओं को अलग करने का उपयोग करता है
B.
Code is unit-testable
कोड यूनिट-परीक्षण योग्य है
C.
Provides reusable components
प्रोविडेंस रुसेबल कम्पोनेंट्स
D.
All of the mentioned
उल्लिखित सभी
Question No# :
22
out of 50
Report Bug
Bookmark
Which statement is used to come out switch block?
स्विच ब्लॉक से बहार आने के लिए किस स्टेटमेंट का प्रयोग किया जाता है ?
A.
exit
exit
B.
break
break
C.
default
default
D.
out
out
Question No# :
23
out of 50
Report Bug
Bookmark
JavaScript is ideal to ________
जावास्क्रिप्ट ________ के लिए आदर्श है
A.
make computations in HTML simpler
HTML में गणना को सरल बनाएं
B.
minimize storage requirements on the web server
वेब सर्वर पर स्टोरेज आवश्यकताओं को कम करें
C.
increase the download time for the client
क्लाइंट के लिए डाउनलोड समय बढ़ाएँ
D.
increase the loading time of the website
वेबसाइट का लोडिंग समय बढ़ाएं
Question No# :
24
out of 50
Report Bug
Bookmark
Among the given statements, which statement defines closures in JavaScript?
दिए गए कथनों में से कौन सा कथन जावास्क्रिप्ट में क्लोजर को परिभाषित करता है?
A.
JavaScript is a function that is enclosed with references to its inner function scope
जावास्क्रिप्ट एक ऐसा फ़ंक्शन है जो इसके आंतरिक कार्य क्षेत्र के संदर्भ में संलग्न है
B.
JavaScript is a function that is enclosed with references to its lexical environment
जावास्क्रिप्ट एक ऐसा फ़ंक्शन है जो इसके शाब्दिक वातावरण के संदर्भ में संलग्न है
C.
JavaScript is a function that is enclosed with the object to its inner function scope
जावास्क्रिप्ट एक ऐसा फ़ंक्शन है जो ऑब्जेक्ट के साथ उसके आंतरिक कार्य क्षेत्र में संलग्न होता है
D.
None of the mentioned
उल्लेख में से कोई नहीं
Question No# :
25
out of 50
Report Bug
Bookmark
Which JavaScript statement is used to perform different actions based on different conditions?
विभिन्न स्थितियों के आधार पर विभिन्न क्रियाओ को करने के लिए किस जावास्क्रिप्ट स्टेटमेंट का उपयोग किया जाता है?
A.
if
if
B.
for
for
C.
while
while
D.
switch
switch
Question No# :
26
out of 50
Report Bug
Bookmark
Why is a JavaScript engine needed?
जावास्क्रिप्ट इंजन की आवश्यकता क्यों है?
A.
Both Compiling & Interpreting the JavaScript
जावास्क्रिप्ट इंजन की आवश्यकता क्यों है?
B.
Parsing the javascript
जावास्क्रिप्ट को पार्स करना
C.
Interpreting the JavaScript
जावास्क्रिप्ट की व्याख्या करना
D.
Compiling the JavaScript
जावास्क्रिप्ट का संकलन
Question No# :
27
out of 50
Report Bug
Bookmark
Which of the following IDE's are used for the development of Angular js?
Angular JS के प्रोग्राम बनाने के लिए निम्नलिखित में से किस IDE का उपयोग किया जाता है?
A.
Sublime Text
Sublime Text
B.
Eclipse
Eclipse
C.
Visual Studio
Visual Studio
D.
All the above
All the above
Question No# :
28
out of 50
Report Bug
Bookmark
JavaScript is a _______________ language.
जावास्क्रिप्ट एक __________ लैंग्वेज है।
A.
Object-Oriented
ऑब्जेक्ट-ओरिएंटेड
B.
High-level
हाई-लेवल
C.
Assembly-language
असेंबली-लैंग्वेज
D.
Object-Based
ऑब्जेक्ट-बेस्ड
Question No# :
29
out of 50
Report Bug
Bookmark
Which class property makes an image transparent ?
कौन सी क्लास प्रॉपटी इमेज को ट्रांस पैर्रेंट बनाती है?
A.
w3-opacity
w3-opacity
B.
w3-trans
w3-trans
C.
w3-grayscale
w3-grayscale
D.
None of the above
उपरोक्त में से कोई नहीं
Question No# :
30
out of 50
Report Bug
Bookmark
What is a block statement in JavaScript?
जावास्क्रिप्ट में ब्लॉक स्टेटमेंट क्या है?
A.
conditional block
कंडीशनल ब्लॉक
B.
block that contains a single statement
ब्लॉक जिसमें एक ही स्टेटमेंट होता है
C.
both conditional block and a single statement
दोनों कंडीशनल ब्लॉक और सिंगल स्टेटमेंट
D.
block that combines multiple statements into a single compound statement
ब्लॉक जो मल्टीपल स्टेटमेंट्स को एक सिंगल कंपाउंड स्टेटमेंट में जोड़ता है
Question No# :
31
out of 50
Report Bug
Bookmark
What kind of expression is “new Point(2,3)”?
"न्यू पॉइन्ट(2,3)" किस प्रकार का एक्सप्रेशन है?
A.
Primary Expression
प्राइमरी एक्सप्रेशन
B.
Object Creation Expression
ऑब्जेक्ट क्रिएशन एक्सप्रेशन
C.
Invocation Expression
इन्वोकेशन एक्सप्रेशन
D.
Constructor Calling Expression
कंस्ट्रक्टर कॉलिंग एक्सप्रेशन
Question No# :
32
out of 50
Report Bug
Bookmark
What is React.js?
React.js क्या है?
A.
Open-source JavaScript back-end library
ओपन-सोर्स जावास्क्रिप्ट बैक-एंड लाइब्रेरी
B.
JavaScript front-end library to create a database
डेटाबेस बनाने के लिए जावास्क्रिप्ट फ्रंट-एंड लाइब्रेरी
C.
Free and open-source JavaScript front-end library
फ्री और ओपन-सोर्स जावास्क्रिप्ट फ्रंट-एंड लाइब्रेरी
D.
None of the mentioned
उल्लेख में से कोई नहीं
Question No# :
33
out of 50
Report Bug
Bookmark
The script tag must be placed in __________
स्क्रिप्ट टैग को __________ में रखा जाना चाहिए
A.
the head tag
हेड टैग
B.
the head or body
हेड या बॉडी
C.
the title or head
टाइटल या हेड
D.
after the body tag
बॉडी टैग के बाद
Question No# :
34
out of 50
Report Bug
Bookmark
Which of the following directives is used to start an angularJS application?
निम्न में से कौन सा निर्देश angularJS एप्लिकेशन शुरू करने के लिए उपयोग किया जाता है?
A.
ng-repeat
एनजी- रिपीट
B.
ng-init
एनजी-init
C.
ng-app
एनजी-app
D.
ng-model
एनजी-मॉडल
Question No# :
35
out of 50
Report Bug
Bookmark
Which of the following can be used as a prefix for Directives ?
निम्नलिखित में से किसका प्रयोग निर्देशों (Directives)के उपसर्ग (prefix)के रूप में किया जा सकता है?
A.
data
डाटा
B.
ng-
ng-
C.
Both (A) and (B)
(A) और (B) दोनों
D.
None of the above
उपरोक्त में से कोई नहीं
Question No# :
36
out of 50
Report Bug
Bookmark
Which of the following is the correct syntax to display "enter password" in an alert box using JavaScript?
जावास्क्रिप्ट का यूज़ करते हुए अलर्ट बॉक्स में "पासवर्ड दर्ज करें" प्रदर्शित करने के लिए निम्नलिखित में से कौन सा सही सिंटैक्स है?
A.
alertbox("enter password");
अलर्टबॉक्स ("पासवर्ड एंटर करें");
B.
msg("enter password");
मैसेज ("पासवर्ड एंटर करें");
C.
msgbox("enter password");
मैसेज बॉक्स ("पासवर्ड एंटर करें");
D.
alert("enter password");
अलर्ट ("पासवर्ड एंटर करें");
Question No# :
37
out of 50
Report Bug
Bookmark
Which of the following can be used to call a JavaScript Code Snippet?
जावास्क्रिप्ट कोड स्निपेट को कॉल करने के लिए निम्नलिखित में से किसका उपयोग किया जा सकता है?
A.
Function/Method
फ़क्शन /मेथॅड
B.
Preprocessor
पूर्वप्रक्रमक
C.
Triggering Event
प्रेरित करने वाली घटना
D.
RMI
आरएमआई
Question No# :
38
out of 50
Report Bug
Bookmark
What is JavaScript?
जावास्क्रिप्ट क्या है?
A.
A markup language
A markup language
B.
A programming language
A programming language
C.
A database
A database
D.
A server
A server
Question No# :
39
out of 50
Report Bug
Bookmark
The basic purpose of the toLocaleString() is to _________
toLocaleString() का मूल उद्देश्य _________ है
A.
return a localised object representation
एक लोकलाइजेशन ऑब्जेक्ट रिप्रजेंटेशन को रिटर्न करे
B.
return a parsed string
एक पार्स की गई स्ट्रिंग को रिटर्न करे
C.
return a local time in the string format
स्ट्रिंग फॉर्मेट में स्थानीय समय को रिटर्न करे
D.
return a localized string representation of the object
ऑब्जेक्ट का लोकलाइजेशन स्ट्रिंग रिप्रजेंटेशन को रिटर्न करे
Question No# :
40
out of 50
Report Bug
Bookmark
How many elements can a valid react component return?
एक वैलिड प्रतिक्रिया कॉम्पोनेन्ट कितने एलिमेंट्स वापस कर सकता है?
A.
React doesn’t return element
प्रतिक्रिया एलिमेंट्स वापस नहीं करता है
B.
1 Element
1 एलिमेंट्स
C.
More than 1 element
1 से अधिक एलिमेंट्स
D.
None of the mentioned
उल्लेख में से कोई नहीं
Question No# :
41
out of 50
Report Bug
Bookmark
Which of the operator is used to test if a particular property exists or not?
किसी विशेष प्रॉपर्टी के exists होने या न होने का टेस्ट करने के लिए किस ऑपरेटर का यूज़ किया जाता है?
A.
in
in
B.
exist
exist
C.
within
within
D.
exists
exists
Question No# :
42
out of 50
Report Bug
Bookmark
Variables in JavaScript cannot be declared using:
जावास्क्रिप्ट में वेरिएबल को _____________का प्रयोग करके घोषित नहीं किया जा सकता|
A.
var
var
B.
let
let
C.
set
set
D.
None of these
इनमे से कोई भी नहीं
Question No# :
43
out of 50
Report Bug
Bookmark
Identify the invalid HTML event
इनवैलिड HTML ईवेंट की पहचान करें
A.
unload
unload
B.
load
load
C.
onmouseout
onmouseout
D.
onmouseover
onmouseover
Question No# :
44
out of 50
Report Bug
Bookmark
A conditional expression is also called a _______________
एक कंडीशनल एक्सप्रेशन को __________ भी कहा जाता है
A.
Alternative to if-else
अगर-अन्य के लिए वैकल्पिक
B.
Immediate if
तत्काल यदि
C.
If-then-else statement
अगर-तो-अन्य स्टेटमेंट
D.
Switch statement
स्विच स्टेटमेंट
Question No# :
45
out of 50
Report Bug
Bookmark
Angular js is a type of open source framework for
Angular js एक प्रकार का ओपन सोर्स फ्रेमवर्क है
A.
Front end
Front end
B.
Back end
Back end
C.
Full end
Full end
D.
All of above
ऊपर के सभी
Question No# :
46
out of 50
Report Bug
Bookmark
Which of the following type of variable is visible everywhere in your JavaScript code?
आपके जावास्क्रिप्ट कोड में निम्न में से किस प्रकार का वैरिएबल हर जगह दिखाई देता है?
A.
Global variable
ग्लोबल वैरिएबल
B.
Local variable
लोकल वैरिएबल
C.
Both (a) and (b)
A और B दोनों)
D.
None of the above
इनमे से कोई भी नहीं
Question No# :
47
out of 50
Report Bug
Bookmark
Which of the following is the correct syntax for writing AngularJS expressions ?
निम्नलिखित में से कौन एंगुलरजेएस एक्सप्रेशन लिखने के लिए सही सिंटैक्स है?
A.
{{expression}}
{{ एक्सप्रेशन }}
B.
{{expression | filter1 | filter2 | …}}
{{ एक्सप्रेशन | फ़िल्टर 1 | फ़िल्टर 2 | …}}
C.
Both of the mentioned
दोनों का उल्लेख
D.
None of the mentioned
उल्लेख में से कोई नहीं
Question No# :
48
out of 50
Report Bug
Bookmark
JavaScript was invented by _____
जावास्क्रिप्ट का आविष्कार _____ द्वारा किया गया था।
A.
HelSinki Linus
हेलसिंकी लिनस
B.
W3 Group
समूह
C.
Brendan Eich
ब्रेंडन ईच
D.
James Gossling
जेम्स गॉस्लिंग
Question No# :
49
out of 50
Report Bug
Bookmark
Which operator is used to get the data type of a variable in JavaScript?
JavaScrip में एक वैरिएअब का डेटाटाइप प्राप्त करने के लिए किस ऑपरेटर का उपयोग किया जाता है
A.
instanceof
instanceof
B.
gettype
gettype
C.
typeof
typeof
D.
none of the above
उपरोक्त में से कोई नहीं
Question No# :
50
out of 50
Report Bug
Bookmark
An element can be accessed in Java Script using:
जावास्क्रिप्ट में एक एलिमेंट को _______का उपयोग करके एक्सेस किया जा सकता है
A.
getElementsByName
getElementsByName
B.
getElementById
getElementById
C.
getElementsByClassName
getElementsByClassName
D.
All of the above
उपरोक्त सभी
Latest Current Affairs 2026
Online Exam Quiz for One day Exam
Online Typing Test
CCC Online Test
Python Programming Tutorials
Best Computer Training Institute in Prayagraj (Allahabad)
Online MBA 2 years
Online MCA
Online BCA
Best Website and Software Company in Allahabad