TLE Q3 M5

TLE Q3 M5

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

JavaScript Control Structures Basic

JavaScript Control Structures Basic

12th Grade

11 Qs

QUARTER3 MOD 1 TO 5

QUARTER3 MOD 1 TO 5

10th Grade

10 Qs

TLE Q3 M1-5

TLE Q3 M1-5

10th Grade

10 Qs

Introducción a JavaScript I

Introducción a JavaScript I

9th Grade

10 Qs

Recuperação 2

Recuperação 2

11th Grade

10 Qs

JavaScript - Programação Web - Parcial 2

JavaScript - Programação Web - Parcial 2

12th Grade

10 Qs

JavaScript Variables

JavaScript Variables

3rd Grade - University

13 Qs

Administración del DOM con JS

Administración del DOM con JS

10th 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?