Search Header Logo

Week 8.2

Authored by Poul Nichols

Computers

Professional Development

Used 1+ times

Week 8.2
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the correct way to declare an array in JavaScript?

var array = {}

var array = []

var array = ()

var array = ""

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How do you access the first element of an array?

array[0]

array[1]

array.first

array.first()

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How do you add an element to the end of an array?

array.add(element)

array.push(element)

array.pop()

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How do you remove the last element from an array?

array.remLast()

array.shift()

array.deleteLast()

array.pop()

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How do you remove one element from a specific index in an array?

array.remove(index)

array.splice(index, 1)

array.slice(index, 1)

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What does the splice() method do?

Joins two arrays together

Prints the contents of an array

Joins two different arrays together into a new array

Adds and Removes elements from anywhere in the array

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What does the slice() method do?

Joins two arrays together

Prints the contents of an array

Selects a portion of an existing array and makes a new array.

Removes elements from an array

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?