JavaScript and React Quiz

JavaScript and React Quiz

University

10 Qs

quiz-placeholder

Similar activities

Quizizz harian 17/11/2020

Quizizz harian 17/11/2020

KG - Professional Development

15 Qs

Study Quest KSU  STC initiative

Study Quest KSU STC initiative

University

10 Qs

Chapter 1 - MA2

Chapter 1 - MA2

University

15 Qs

Kuis instabilitas dan immobilitas

Kuis instabilitas dan immobilitas

University

10 Qs

IMU603: ZAKAT & TAXATION

IMU603: ZAKAT & TAXATION

University

13 Qs

Kế toán chi phí - C4 - Q2

Kế toán chi phí - C4 - Q2

University

10 Qs

Dokumen Perniagaan Sebagai Sumber Maklumat

Dokumen Perniagaan Sebagai Sumber Maklumat

11th Grade - University

12 Qs

CHAPTER 4: SELF-CONCEPT, PERCEPTIONS, & ATTRIBUTIONS

CHAPTER 4: SELF-CONCEPT, PERCEPTIONS, & ATTRIBUTIONS

University

10 Qs

JavaScript and React Quiz

JavaScript and React Quiz

Assessment

Quiz

Other

University

Practice Problem

Easy

Created by

Gnaneshwar Reddy

Used 3+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code: var x = 1; function foo() { var x = 2; function bar() { console.log(x); } return bar; } var baz = foo(); baz();

1

2

undefined

Error

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code: var x = [1, 2, 3]; var y = x.slice(1); console.log(y);

[1, 2]

[2, 3]

[1, 3]

Error

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code: var x = 5; console.log(++x);

5

6

NaN

Error

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code: var x = true; var y = false; console.log(x || y);

true

false

null

Error

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code: console.log(typeof null);

"null"

"object"

"undefined"

Error

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is React.js?

A JavaScript framework

A JavaScript library for building user interfaces

A CSS library

A database

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Who developed React.js?

Google

Microsoft

Facebook

Apple

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?