JavaScript & ES6 Quiz

JavaScript & ES6 Quiz

University

40 Qs

quiz-placeholder

Similar activities

JavaScript - Practice 8

JavaScript - Practice 8

University

40 Qs

Introduction to Web Systems Exam

Introduction to Web Systems Exam

University

40 Qs

Quis Java Gunadarma

Quis Java Gunadarma

University

45 Qs

3.2 Data Type, Operator & Expression in Java (part 1)

3.2 Data Type, Operator & Expression in Java (part 1)

University

35 Qs

UTS IF X - GENAP

UTS IF X - GENAP

12th Grade - University

44 Qs

જાવા એક્સેપ્શન, એમ કોમર્સ, ઓબ્જેક્ટ

જાવા એક્સેપ્શન, એમ કોમર્સ, ઓબ્જેક્ટ

12th Grade - University

35 Qs

UAS PEMODELAN PERANGKAT LUNAK - RPL

UAS PEMODELAN PERANGKAT LUNAK - RPL

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?