
जावास्क्रिप्ट के प्रश्न

Quiz
•
Computers
•
Professional Development
•
Hard
anjali809 undefined
FREE Resource
32 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
जावास्क्रिप्ट में एक वेरिएबल घोषित (declare) करने का सही तरीका क्या है?
var x = 10;
let x = 10;
const x = 10;
उपरोक्त सभी
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
जावास्क्रिप्ट में एक फंक्शन को परिभाषित (define) करने के लिए क्या उपयोग किया जाता है?
function myFunction() {}
def myFunction() {}
func myFunction() {}
function = myFunction() {}
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
जावास्क्रिप्ट में आउटपुट प्रिंट करने के लिए क्या उपयोग किया जाता है?
console.print()
alert()
console.log()
print()
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
जावास्क्रिप्ट में एक वेरिएबल का प्रकार (type) प्राप्त करने के लिए निम्नलिखित में से कौन सा उपयोग किया जाता है?
typeof
typeOf
getType()
type()
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
जावास्क्रिप्ट में तुलना (comparison) के लिए कौन सा ऑपरेटर उपयोग किया जाता है?
=
==
===
B और C दोनों
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
जावास्क्रिप्ट में NaN क्या दर्शाता है?
नाम नहीं है
संख्या नहीं है
नल नहीं है
नल और संख्या
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
जावास्क्रिप्ट में typeof null का परिणाम क्या होगा?
"null"
"object"
"undefined"
"number"
Create a free account and access millions of resources
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade