JavaScript Arrays

JavaScript Arrays

10th - 12th Grade

•

30 Qs

quiz-placeholder

Similar activities

Intro to Arrays - Codehs

Intro to Arrays - Codehs

Arrays Javascript (CodeCademy)

Arrays Javascript (CodeCademy)

JavaScript and HTML review

JavaScript and HTML review

JavaScript Quiz

JavaScript Quiz

Understanding Arrays and Loops in JavaScript

Understanding Arrays and Loops in JavaScript

JavaScript Arrays

JavaScript Arrays

Assessment

Quiz

•

Computers

•

10th - 12th Grade

•

Practice Problem

•

Medium

Created by

Bryan Campbell

Used 39+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is proper syntax for declaring a array in JavaScript?

var arrayName =[ ];

var arrayName[ ] ={ };

array arrayName ={ };

obj var arrayName =[ ];

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which definition below best describe an array?

An array is a function identifier that can hold more than one parameter.

An array is a beam of light.

An array is a special variable, which can hold more than one value at a time.

An array is a special function, which can hold more than one value at a time.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is first index value of an array?

-1

0

1

undefine

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The length() method for an array will return _____.

the number of elements in the array

the last index value of the array.

the length of the name of the array variable

the capacity of the array

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

The push() method append to the _______ of the array.

beginning

middle

end

none of the above

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

The pop() method removes the _______ element of the array.

beginning

middle

end

none of the above

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The push() method adds a new element to the beginning of an array.

true

false

Create a free account and access millions of resources

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