JavaScript Variables, Data Types, and Operators Quiz

Quiz
•
Computers
•
University
•
Medium

S Sampath Kumar
Used 2+ times
FREE Resource
18 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What is the correct way to declare a variable in JavaScript?
var myVariable
let myVariable
const myVariable
All of the above
Answer explanation
In JavaScript, variables can be declared using 'var', 'let', or 'const'. Each keyword has its own scope and behavior, making 'All of the above' the correct choice as they are all valid ways to declare a variable.
2.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which of the following is NOT a valid JavaScript data type?
String
Number
Character
Boolean
Answer explanation
In JavaScript, valid data types include String, Number, and Boolean. However, 'Character' is not a recognized data type in JavaScript, making it the correct answer to the question.
3.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What is the result of "typeof null" in JavaScript?
"null"
"undefined"
"object"
"number"
Answer explanation
In JavaScript, the result of typeof null is 'object'. This is a known quirk of the language, where null is treated as an object type, despite being a primitive value. Therefore, the correct answer is 'object'.
4.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What is the output of the following code?
5
3
8
15
Answer explanation
The code likely involves a calculation that results in 8. This could be from adding two numbers, such as 5 and 3, or another operation that totals 8. Therefore, the correct answer is 8.
5.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
How do you create an array in JavaScript?
let arr = "1, 2, 3";
let arr = [1, 2, 3];
let arr = (1, 2, 3);
let arr = {1, 2, 3};
Answer explanation
In JavaScript, arrays are created using square brackets. The correct syntax is 'let arr = [1, 2, 3];'. The other options either use incorrect syntax or data types that do not define an array.
6.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What operator is used to compare both value and type in JavaScript?
=
==
===
!=
Answer explanation
The operator '===' is used in JavaScript to compare both value and type, ensuring that the operands are identical in both aspects. Unlike '==' which performs type coercion, '===' checks for strict equality.
7.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What will be the result of true && false?
true
false
undefined
null
Answer explanation
In a logical AND operation (&&), the result is true only if both operands are true. Since one operand is false, the overall result is false.
Create a free account and access millions of resources
Similar Resources on Wayground
23 questions
UTS BAHASA PEMROGRAMAN

Quiz
•
University
18 questions
U3.1. Connections (JDBC)

Quiz
•
University
20 questions
C - Strings

Quiz
•
University
15 questions
SCRIPTING PROGRAMMING WITH PYTHON

Quiz
•
University
20 questions
JS Skill Assessment (Internal Exam)

Quiz
•
University
20 questions
Week 2 - Assessment 2 (ITNW0223)

Quiz
•
University
19 questions
Web Development Quiz

Quiz
•
University
15 questions
Bootcamp Day 3 - Java Array

Quiz
•
University
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
Discover more resources for Computers
20 questions
Definite and Indefinite Articles in Spanish (Avancemos)

Quiz
•
8th Grade - University
7 questions
Force and Motion

Interactive video
•
4th Grade - University
36 questions
Unit 5 Key Terms

Quiz
•
11th Grade - University
7 questions
Figurative Language: Idioms, Similes, and Metaphors

Interactive video
•
4th Grade - University
15 questions
Properties of Equality

Quiz
•
8th Grade - University
38 questions
WH - Unit 3 Exam Review*

Quiz
•
10th Grade - University
21 questions
Advise vs. Advice

Quiz
•
6th Grade - University
12 questions
Reading a ruler!

Quiz
•
9th Grade - University