Javascript

Javascript

Professional Development

22 Qs

quiz-placeholder

Similar activities

Kuiz Asas BM : Cita-cita Saya

Kuiz Asas BM : Cita-cita Saya

KG - Professional Development

18 Qs

Kuis Bahasa Indonesia SMP Teks Berita

Kuis Bahasa Indonesia SMP Teks Berita

Professional Development

20 Qs

Quis Surat Al Kahfi

Quis Surat Al Kahfi

University - Professional Development

20 Qs

TUYỀN -KIỂM TRA 15 PHÚT VĂN 8 THÁNG 12

TUYỀN -KIỂM TRA 15 PHÚT VĂN 8 THÁNG 12

Professional Development

20 Qs

FQ 2A

FQ 2A

5th Grade - Professional Development

18 Qs

Huruf ( Bahasa Melayu)

Huruf ( Bahasa Melayu)

KG - Professional Development

20 Qs

Test Pola Kalimat Minna Bab 6

Test Pola Kalimat Minna Bab 6

Professional Development

20 Qs

READING ONLINE TASK

READING ONLINE TASK

University - 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?