JavaScript & ES6 Quiz

JavaScript & ES6 Quiz

University

40 Qs

quiz-placeholder

Similar activities

Exam

Exam

University

42 Qs

Java Script

Java Script

9th Grade - Professional Development

39 Qs

7th Seoul - 2nd Cycle Exam

7th Seoul - 2nd Cycle Exam

7th Grade - University

40 Qs

JavaScript Basics

JavaScript Basics

University

41 Qs

JavaScript - Practice 9

JavaScript - Practice 9

University

40 Qs

G9-JavaScript

G9-JavaScript

9th Grade - University

44 Qs

JS Lesson 31-72

JS Lesson 31-72

12th Grade - University

40 Qs

JavaScript & ES6 Quiz

JavaScript & ES6 Quiz

Assessment

Quiz

Computers

University

Medium

Created by

Karnam Bharath

Used 2+ times

FREE Resource

40 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What is the output of typeof null in JavaScript?

"null"

"object"

"undefined"

"number"

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which of the following is a feature of ES6?

var declarations

Arrow functions

with statements

Function hoisting

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the let keyword do in JavaScript?

Declares a variable with global scope

Declares a block-scoped variable

Declares a constant variable

Declares a variable hoisted to the top

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method is used to merge two or more arrays in JavaScript?

merge()

concat()

append()

combine()

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What is a pure function?

A function that modifies global variables

A function that returns different outputs for the same inputs

A function with no side effects and consistent outputs

A function that relies on external state

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the map() function do in JavaScript?

Filters elements in an array

Reduces an array to a single value

Transforms each element in an array

Finds the first matching element

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a higher-order function?

parseInt()

setTimeout()

Math.random()

JSON.stringify()

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?