Javascript Arrays

Javascript Arrays

Assessment

Flashcard

Computers

5th Grade

Hard

Created by

Wayground Content

FREE Resource

Student preview

quiz-placeholder

18 questions

Show all answers

1.

FLASHCARD QUESTION

Front

An array is;

Back

Lists of data

2.

FLASHCARD QUESTION

Front

What is first index value of an array?

Back

0

3.

FLASHCARD QUESTION

Front

What surrounds an array?

Back

Square Brackets

4.

FLASHCARD QUESTION

Front

array = [1,2,3,4,5]
What is the length of this array?

Back

5

5.

FLASHCARD QUESTION

Front

Which definition below best describe an array? Options: 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.

Back

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

6.

FLASHCARD QUESTION

Front

What is proper syntax for declaring a array in JavaScript? Options: var arrayName =[ ];, var arrayName[ ] ={ };, array arrayName ={ };, obj var arrayName =[ ];

Back

var arrayName =[ ];

7.

FLASHCARD QUESTION

Front

Which of the variables below is an array? var names="array", var names = array;, var names = [];, var names[];

Back

var names = [];

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?