Web Development Quiz

Web Development Quiz

University

30 Qs

quiz-placeholder

Similar activities

Laboratory Management M L2.1: Directing and Controlling

Laboratory Management M L2.1: Directing and Controlling

University

26 Qs

Learn Arduino

Learn Arduino

University

29 Qs

Système de Management de la Qualité

Système de Management de la Qualité

University

33 Qs

Computer Networking Quiz

Computer Networking Quiz

University

30 Qs

A7 - STACK

A7 - STACK

University

27 Qs

икт81-120

икт81-120

University

25 Qs

Đề 23

Đề 23

University

30 Qs

EXM1- TLE

EXM1- TLE

University

28 Qs

Web Development Quiz

Web Development Quiz

Assessment

Quiz

Others

University

Easy

Created by

Anis Ramdani

Used 77+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does `let` do in JavaScript?

Declares a constant variable

Declares a block-scoped variable

Declares a global variable

Creates a function

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator is used for strict equality?

=

==

===

:=

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of `typeof null`?

null

object

undefined

string

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does `parseInt("10.5")` return?

10.5

10

11

NaN

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of `true && false`?

false

true

null

undefined

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to delay execution?

delay()

setTimeout()

setInterval()

wait()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of `Boolean(0)`?

0

false

true

null

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?