Engineering
Time Left:

Q1. What is the full form of const in JavaScriptS?

Contituent
Consists
Constant
None of the above

Q2. What is the full form of var in JavaScript?

Varying
Varies
Variable
Variety

Q3. What is the full form of char in Java programming?

Alpha-Numeric
Character
Numeric Characters
None of the above

Q4. Choose an example of loops from the below given options in JavaScript.

for
else
if
All Of The Above

Q5. To print something in console, what do we write in JS?

console.log()
console.write()
console.print()
console.display()