Search Header Logo

JavaScript & ES6 Quiz

Authored by Karnam Bharath

Computers

University

Used 2+ times

JavaScript & ES6 Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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

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?

Discover more resources for Computers