
JavaScript and React Quiz

Quiz
•
Other
•
University
•
Easy

Gnaneshwar Reddy
Used 3+ times
FREE Resource
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?
Microsoft
Apple
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
python set 1

Quiz
•
University
15 questions
Quiz Pemrograman JavaScript

Quiz
•
1st Grade - University
10 questions
JavaScript Day 2

Quiz
•
University
14 questions
Lesson 3 Getting Started with C Programming

Quiz
•
12th Grade - University
10 questions
Java set3

Quiz
•
University
10 questions
JavaScript Basics Quiz

Quiz
•
University
10 questions
Frontend Quiz 5 summer internship

Quiz
•
University
13 questions
Java Programming Quiz

Quiz
•
University
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade