TLE Q3 M5

TLE Q3 M5

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

TLE Q3 M4

TLE Q3 M4

10th Grade

10 Qs

TLE QUIZZIZ 2

TLE QUIZZIZ 2

9th - 12th Grade

10 Qs

Do Now Lesson 2

Do Now Lesson 2

9th - 12th Grade

15 Qs

Từ khóa

Từ khóa

12th Grade

10 Qs

TLE-Q3-M4

TLE-Q3-M4

10th Grade

10 Qs

JavaScript

JavaScript

11th Grade

10 Qs

3º AP - PDS - REC

3º AP - PDS - REC

12th Grade

10 Qs

Ai nhanh hơn - Tin 11 (chương 1,2,3)

Ai nhanh hơn - Tin 11 (chương 1,2,3)

11th Grade

10 Qs

TLE Q3 M5

TLE Q3 M5

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

MIKA BENAURO

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

It behaves like a let keyword.

CONST

IF

VAR

LET

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

The __________ keyword is a constant variable therefore it cannot be

reassigned.

CONST

IF

VAR

LET

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

JavaScript const variables must be assigned a __________ when they are

declared.

ELEMENT

VALUE

NAME

PROPERTY

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Before ES2015 JavaScript have Block Scope already.

TRUE

FALSE

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

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

scope, or in the same block, is __________.

NOT ALLOWED

ALLOWED

DEFINED

INITIALIZED

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

A ______ variable means that the variable defined within a block will not be accessible from outside the block.

FUNCTION SCOPE

GLOBAL SCOPE

LOCAL SCOPE

BLOCK SCOPE

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

When variables are declared within a function or a block, they are ______ scoped.

GLOBALLY

LOCALLY

BLOCK

FUNCTION

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?