Java Script - Variables Constants And Operators
Questions No: 1/20

What does the console.log() function do?
console.log() फ़ंक्शन क्या करता है?

Questions No: 2/20

What is the output of this expression? x = 2 + 2; document.write(x);

Questions No: 3/20

Which keyword is a must to use when JavaScript code is to run in older browser?
जावास्क्रिप्ट कोड को पुराने ब्राउजर में चलाने के लिए किस कीवर्ड का उपयोग करना आवश्यक है?

Questions No: 4/20

What is "this" in JavaScript:
जावास्क्रिप्ट में "this" क्या है:

Questions No: 5/20

How do you write a comment in JavaScript?
जावास्क्रिप्ट में कमेंट कैसे लिखेंगे

Questions No: 6/20

Which operator is used to assign a value to a variable?

Questions No: 7/20

Which statement specify correct difference between var and let keywords in JavaScript ?
कौन सा कथन जावास्क्रिप्ट में var और let कीवर्ड के बीच सही अंतर निर्दिष्ट करता है?

Questions No: 8/20

When there is an indefinite or an infinity value during an arithmetic value computation in javascript
जब जावास्क्रिप्ट में अंकगणितीय मान गणना के दौरान अनिश्चित या अनंत मान होता है

Questions No: 9/20

For testing we should use
परीक्षण के लिए हमें उपयोग करना चाहिए

Questions No: 10/20

The snippet that has to be used to check if “a” is not equal to “null” is
The snippet that has to be used to check if “a” is not equal to “null” is

Questions No: 11/20

How do you declare a JavaScript variable?

Questions No: 12/20

For displaying data in JavaScript, we can’t use _
जावास्क्रिप्ट में डेटा प्रदर्शित करने के लिए, हम _ का उपयोग नहीं कर सकते

Questions No: 13/20

Which operator is used to assign a value to a variable in JavaScript?
जावास्क्रिप्ट में किसी वेरिएबल को मान निर्दिष्ट करने के लिए किस ऑपरेटर का उपयोग किया जाता है?

Questions No: 14/20

Which statement specify correct difference between var and let keywords in JavaScript?
कौन सा कथन जावास्क्रिप्ट में var और Let कीवर्ड के बीच सही अंतर निर्दिष्ट करता है?

Questions No: 15/20

The correct syntax to write "Sky is blue" in JavaScript is
जावास्क्रिप्ट में "Sky is blue" लिखने का सही सिंटैक्स है

Questions No: 16/20

Which one of the following is not considered as an error
निम्नलिखित में से किसे त्रुटि नहीं माना जाता है

Questions No: 17/20

While working on a JavaScript project, in your JavaScript application, which function would you use to send messages to users requesting for text input?
जावास्क्रिप्ट प्रोजेक्ट पर काम करते समय, आपके जावास्क्रिप्ट एप्लिकेशन में कौन सा कार्य होगा आप टेक्स्ट इनपुट के लिए अनुरोध करने वाले उपयोगकर्ताओं को संदेश भेजने के लिए उपयोग करते हैं?

Questions No: 18/20

Which of the following is not a valid JavaScript variable name?

Questions No: 19/20

The type of a variable that is volatile is
वेरिएबल का वह प्रकार जो अस्थिर है

Questions No: 20/20

How can you add a comment in a JavaScript?