JavaScript Variables Quiz

JavaScript Variables Quiz

12th Grade

15 Qs

quiz-placeholder

Similar activities

Java 101

Java 101

10th Grade - University

10 Qs

MM - JavaScript

MM - JavaScript

12th Grade

15 Qs

TLE QUIZ

TLE QUIZ

9th - 12th Grade

10 Qs

Web Design: intro to Javascript

Web Design: intro to Javascript

10th - 12th Grade

10 Qs

WEEK5

WEEK5

12th Grade

18 Qs

TLE quiz module 1-5

TLE quiz module 1-5

9th - 12th Grade

10 Qs

JavaScript   1

JavaScript 1

9th - 12th Grade

10 Qs

JavaScript - 2

JavaScript - 2

11th - 12th Grade

10 Qs

JavaScript Variables Quiz

JavaScript Variables Quiz

Assessment

Quiz

Other

12th Grade

Hard

Created by

Andrea Cascia

Used 5+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used to declare a variable in JavaScript?

var

let

const

all of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to assign a value to a variable in JavaScript?

x = 5;

5 = x;

x == 5;

x := 5;

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid variable name in JavaScript?

myVariable

123Variable

$variable

var

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the scope of a variable declared with the 'var' keyword?

Global scope

Local scope

Block scope

Function scope

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the scope of a variable declared with the 'let' keyword?

Global scope

Local scope

Block scope

Function scope

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the scope of a variable declared with the 'const' keyword?

Global scope

Local scope

Block scope

Function scope

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid variable naming convention in JavaScript?

camelCase

snake_case

PascalCase

all of the above

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?