Search Header Logo
The Modern JavaScript Bootcamp (2019) - Manipulating Arrays with Methods

The Modern JavaScript Bootcamp (2019) - Manipulating Arrays with Methods

Assessment

Interactive Video

Information Technology (IT), Architecture

University

Practice Problem

Hard

Created by

Wayground Content

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method is used to add an item to the end of an array?

pop

unshift

push

shift

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the pop method do in an array?

Removes the last item

Adds an item to the start

Adds an item to the end

Removes the first item

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method removes the first item from an array?

push

pop

shift

splice

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the unshift method?

Remove the first item

Add an item to the start

Add an item to the end

Remove the last item

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you add an item to the middle of an array?

push

pop

splice

shift

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the second argument in the splice method specify?

Number of items to remove

Array length

Item to add

Index to start

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you replace an item in an array using splice?

Remove and add at the same index

Use push and pop

Use shift and unshift

Directly assign a new value

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?