Search Header Logo

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

Authored by anjali809 undefined

Computers

Professional Development

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

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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"

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?