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

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

Assessment

Interactive Video

Created by

Quizizz Content

Information Technology (IT), Architecture

University

Hard

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

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?