True or False
The '===' operator checks for both value and type equality.
JavaScript
Quiz
•
Computers
•
University
•
Medium
John Oli
Used 6+ times
FREE Resource
11 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
True or False
The '===' operator checks for both value and type equality.
True
False
2.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
True or False
Arrays in JavaScript are zero-indexed.
True
False
3.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
Predict the output of the following JavaScript code snippets.
8
Error
35
"35"
4.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
Which of these is not a valid JavaScript loop?
for
while
do...while
repeat...until
5.
FILL IN THE BLANK QUESTION
1 min • 5 pts
A ________ is a reusable piece of code that performs a specific task.
6.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
What is the output of: console.log(3 > 2 > 1)?
true
false
undefined
Error
7.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
Which of the following is not a valid way to declare a variable in JavaScript?
var x =5;
let y = 10;
const z = 15;
int w = 20;
10 questions
CS1010 Lab 02
Quiz
•
University
10 questions
Java Strings
Quiz
•
1st Grade - Professio...
15 questions
Milking Minds 2 17-01-24
Quiz
•
University
10 questions
Java Quiz 1
Quiz
•
University
10 questions
JS Quiz
Quiz
•
University
10 questions
Exploring Python: Input and Output Essentials
Quiz
•
9th Grade - University
10 questions
PYTHON PROGRAMMING
Quiz
•
University
10 questions
Java Static
Quiz
•
University
15 questions
Character Analysis
Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing
Quiz
•
9th - 12th Grade
10 questions
American Flag
Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension
Quiz
•
5th Grade
30 questions
Linear Inequalities
Quiz
•
9th - 12th Grade
20 questions
Types of Credit
Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25
Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers
Quiz
•
6th - 8th Grade