JavaScript Variables Quiz

Quiz
•
Computers
•
7th Grade
•
Hard
Ashish Chauhan
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the syntax for declaring a variable in JavaScript?
variableName = variableType
var/let/const variableName
variableName = var/let/const
variableName = value
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
How do you assign a value to a variable in JavaScript?
x = true
x = 10
x = 5
x = 'five'
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which of the following is a valid variable name in JavaScript? a) myVariable b) 123Variable c) $variable d) variable-name
d) variable-name
c) $variable
b) 123Variable
a) myVariable
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the purpose of declaring a variable in JavaScript?
To import external libraries
To create a function
To display data on the webpage
To store and manipulate data
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which keyword is used to declare a variable in JavaScript?
const
var
let
function
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What happens if you declare a variable without assigning a value to it?
The variable will have an initial value of undefined.
The variable will have an initial value of false.
The variable will have an initial value of 0.
The variable will have an initial value of null.
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which of the following is not a valid variable naming convention in JavaScript? a) camelCase b) snake_case c) PascalCase d) kebab-case
a) camelCase
b) snake_case
d) kebab-case
c) PascalCase
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
YouCode Scratch Quiz

Quiz
•
KG - 12th Grade
12 questions
7th Grade HTML

Quiz
•
6th - 8th Grade
10 questions
Quiz 9 (15.09.2021)

Quiz
•
1st - 12th Grade
15 questions
Quiz sobre JavaScript

Quiz
•
7th Grade
12 questions
Limbaj de programare

Quiz
•
7th - 8th Grade
8 questions
Java Script

Quiz
•
5th - 7th Grade
5 questions
Introduction to Web Development

Quiz
•
3rd - 8th Grade
14 questions
Python Turtle - MCA Year 7

Quiz
•
7th Grade
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
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
18 questions
Company Logos

Quiz
•
6th - 8th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade