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();

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
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 Quizizz
10 questions
JavaScript Day 2

Quiz
•
University
10 questions
Understanding Arrays in Programming

Quiz
•
University
12 questions
Conditional Statements : Quiz - 4

Quiz
•
University
10 questions
TEST 1

Quiz
•
University
10 questions
ATP-lab viva

Quiz
•
University
10 questions
Module 6: Defensive Security

Quiz
•
University
10 questions
Gold Batch Quiz -4

Quiz
•
University
8 questions
Advanced Promises

Quiz
•
12th Grade - Professi...
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade