TLE Q3 1-5

TLE Q3 1-5

10th Grade

10 Qs

quiz-placeholder

Similar activities

JavaScript Variables

JavaScript Variables

3rd Grade - University

13 Qs

QUARTER3 MOD 1 TO 5

QUARTER3 MOD 1 TO 5

10th Grade

10 Qs

Flutter Intermediate

Flutter Intermediate

KG - Professional Development

10 Qs

B5 QUIZIZ 2

B5 QUIZIZ 2

10th Grade

10 Qs

JavaScript

JavaScript

10th Grade

15 Qs

TLE Q3 M1-5

TLE Q3 M1-5

10th Grade

10 Qs

Administración del DOM con JS

Administración del DOM con JS

10th Grade

10 Qs

Q3 TLE M4

Q3 TLE M4

10th Grade

10 Qs

TLE Q3 1-5

TLE Q3 1-5

Assessment

Quiz

Computers

10th Grade

Medium

Created by

carlos antifona

Used 5+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It behaves like a let keyword.

Const

If

Var

Try

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The __________ keyword is a constant variable therefore it cannot be reassigned.

Const

If

Var

Try

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

JavaScript const variables must be assigned a __________ when they are

declared.

Element

Name

Property

Value

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Redeclaring or reassigning an existing var or let variable to const, in the same

scope, or in the same block, is __________.

Allowed

Defined

Initialized

Not Allowed

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Redeclaring or reassigning an existing const variable, in the same scope,

or in the same block, is not allowed.

Allowed

Defined

Initialized

Not Allowed

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Variables declared with var and let are quite similar when declared inside

a function.

TRUE

FALSE

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Global variables defined with the var keyword belong to the window object.

TRUE

FALSE

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?