JavaScript Quiz

JavaScript Quiz

Professional Development

13 Qs

quiz-placeholder

Similar activities

3. Diferenças entre let e const

3. Diferenças entre let e const

Professional Development

12 Qs

Повторение - мать учение

Повторение - мать учение

Professional Development

10 Qs

Mastering JavaScript Array Methods

Mastering JavaScript Array Methods

Professional Development

15 Qs

Manipulação de Arrays em React Native

Manipulação de Arrays em React Native

Professional Development

15 Qs

Quizz Navideño

Quizz Navideño

Professional Development

18 Qs

Database Concepts Quiz

Database Concepts Quiz

Professional Development

15 Qs

[FE] Ice Breaking - JavaScript Control Flow

[FE] Ice Breaking - JavaScript Control Flow

Professional Development

10 Qs

Quiz on Arrays in C++

Quiz on Arrays in C++

Professional Development

10 Qs

JavaScript Quiz

JavaScript Quiz

Assessment

Quiz

Information Technology (IT)

Professional Development

Medium

Created by

Rita Mustafa

Used 2+ times

FREE Resource

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

false

true

undefined

null

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the output of the following code?

One

Two

Default

null

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be logged?

Hello

World

undefined

null

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

1 2 3

0 1 2

0 1 2 3

0 1

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

John

25

undefined

null

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the ! (NOT) operator do in JavaScript?

It converts a true value to false and vice versa

It performs an arithmetic operation

It is used for concatenation

It checks if a variable exists

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you add an element to the end of an array?

array.add()

array.push()

array.append()

array.insert()

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?