Javascript

Javascript

Professional Development

22 Qs

quiz-placeholder

Similar activities

let jesus take the wheel by taking our free survey

let jesus take the wheel by taking our free survey

University - Professional Development

18 Qs

Arabic Level 3 Quiz

Arabic Level 3 Quiz

KG - Professional Development

20 Qs

Kuiz Asas BM : Selamat Hari Raya

Kuiz Asas BM : Selamat Hari Raya

KG - Professional Development

20 Qs

Test Pola Kalimat Minna Bab 3

Test Pola Kalimat Minna Bab 3

Professional Development

20 Qs

mandarin 1

mandarin 1

Professional Development

20 Qs

BUNPOU BAB 7

BUNPOU BAB 7

Professional Development

20 Qs

【入門L9】ことばの準備②

【入門L9】ことばの準備②

KG - Professional Development

21 Qs

BUNPOU BAB 5

BUNPOU BAB 5

Professional Development

20 Qs

Javascript

Javascript

Assessment

Quiz

World Languages

Professional Development

Medium

Created by

Avakaza Technologies

Used 1+ times

FREE Resource

22 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

1. What keyword declares a globally-scoped variable in JavaScript?

let

const

var

static

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the scope of a variable declared with let?

Global

Function

Block

Static

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data type is not a primitive type in JavaScript?

Boolean

Array

String

Undefined

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will happen if you try to reassign a const variable?

t gets reassigned

Returns undefined

Nothing happens

Throws an error

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator is used for strict equality?

==

===

=

!=

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of console.log(10 % 3);?

0

1

2

3

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which logical operator returns true if at least one operand is true?

A) &&

B) ||


C) !

D) ==

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?