What are variables in JavaScript similar to?
JavaScript Variables Quiz

Quiz
•
Computers
•
10th Grade
•
Hard
R. Mou
Used 5+ times
FREE Resource
19 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Puzzle pieces
Functions
Little boxes to store values
Strings
Loops
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which keyword is commonly used to declare a variable in JavaScript?
const
let
int
float
var
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
If you declare a variable without initializing it, what is it called?
Uninitialized
Null
Empty
Undefined
Zeroed
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does initializing a variable mean?
Naming it
Assigning a value to it
Creating a box for it
Naming and assigning a value to it
Deleting it
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is the correct way to declare and initialize a variable to store the number 10?
int number = 10;
number = 10;
var number = 10;
float number = 10;
number 10;
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following code? `var value = 53; value = 75; console.log(value);`
53
75
5375
Error
None of the above
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which type of variable is used to hold true or false values?
String
Integer
Char
Float
Boolean
Create a free account and access millions of resources
Similar Resources on Quizizz
15 questions
JavaScript Quiz

Quiz
•
9th - 10th Grade
15 questions
Python

Quiz
•
10th Grade
20 questions
Arrays in Java

Quiz
•
9th - 12th Grade
15 questions
Python Programming 1: print, strings, variables, casting

Quiz
•
9th Grade - University
21 questions
CodeHS JavaScript Control Functions

Quiz
•
8th - 12th Grade
21 questions
Programming Basics

Quiz
•
9th - 12th Grade
15 questions
Python Casting and Input

Quiz
•
8th - 11th Grade
20 questions
Python Quiz (part 1)

Quiz
•
9th - 12th Grade
Popular Resources on Quizizz
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
Discover more resources for Computers
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing

Quiz
•
9th - 12th Grade
10 questions
Identifying equations

Quiz
•
KG - University