Javascript Arrays

Javascript Arrays

Assessment

Flashcard

Computers

5th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

20 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?
Options:
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
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?