TLE Q3 M5

TLE Q3 M5

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

TLE Q3 MODULE 4 G16

TLE Q3 MODULE 4 G16

10th Grade

10 Qs

Javascript

Javascript

KG - Professional Development

13 Qs

JavaScript-01

JavaScript-01

12th Grade

10 Qs

Administración memoria y DOM con JavaScript

Administración memoria y DOM con JavaScript

10th Grade

10 Qs

TLEQ3M1-5

TLEQ3M1-5

10th Grade

10 Qs

JS mainīgie

JS mainīgie

9th - 12th Grade

15 Qs

resuperação av2

resuperação av2

11th Grade

10 Qs

TLE Q3 QUIZ MODULES 1-5

TLE Q3 QUIZ MODULES 1-5

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?