What is the correct way to declare a variable in JavaScript using var?

JavaScript Basics Quiz

Quiz
•
Other
•
University
•
Medium
elementas undefined
Used 1+ times
FREE Resource
25 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
variable num = 10;
var num = 10;
int num = 10;
let num = 10;
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is NOT a valid JavaScript variable name?
var myVar;
var _myVar;
var 123var;
var $myVar;
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the correct syntax to assign a value to a variable?
var x; x == 10;
var x = 10;
var x <- 10;
x := 10;
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following code? var car = "Tesla"; console.log(car);
Tesla
undefined
null
car
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is a correct way to declare a variable in JavaScript?
var 1name = "John";
var name1 = "John";
var #name = "John";
var name-1 = "John";
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following code? var num; console.log(num);
undefined
null
0
Error
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of the var keyword in JavaScript?
To declare a function
To declare a variable
To define a loop
To print output
Create a free account and access millions of resources
Similar Resources on Quizizz
20 questions
Pelatihan 2 - BE - Bootcamp DCI

Quiz
•
University
27 questions
JavaScript Quiz

Quiz
•
University
25 questions
round 2

Quiz
•
University
25 questions
Introduction to Python and Data Analytics Basics

Quiz
•
University
20 questions
Saat kac? - Telling the time in Turkish

Quiz
•
KG - Professional Dev...
20 questions
Oficina do Futuro 2024 - Quiz 2

Quiz
•
University
25 questions
WebTopia Round-1 (set-2)

Quiz
•
University
21 questions
JavaScript Practice 9 & 10

Quiz
•
University
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