Arrays Javascript (CodeCademy)

Arrays Javascript (CodeCademy)

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

7.02 going online

7.02 going online

4th - 9th Grade

10 Qs

hardware and software(g3)

hardware and software(g3)

2nd - 10th Grade

10 Qs

EMPTECH L4 Q3

EMPTECH L4 Q3

12th Grade

10 Qs

KD 3.1_Aplikasi Pengolah Angka / Spreadsheet

KD 3.1_Aplikasi Pengolah Angka / Spreadsheet

10th Grade

15 Qs

Microcontroller

Microcontroller

11th Grade - University

10 Qs

Input, output and storage de

Input, output and storage de

8th Grade - Professional Development

14 Qs

MODULE 9 PRE-TEST

MODULE 9 PRE-TEST

10th Grade

10 Qs

9G4 CS Python Programming Sequence and Vocabs

9G4 CS Python Programming Sequence and Vocabs

9th Grade

13 Qs

Arrays Javascript (CodeCademy)

Arrays Javascript (CodeCademy)

Assessment

Quiz

Computers

9th - 12th Grade

Practice Problem

Medium

Created by

Thomas Maher

Used 21+ times

FREE Resource

AI

Enhance your content in a minute

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

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What surrounds an array?

Quotations
Curly Brackets
Parenthesis
Square Brackets

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

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

5

4

0

125.4

3.

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.

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is proper syntax for declaring a array in JavaScript?

const arrayName =[ ];

let arrayName[ ] ={ };

array arrayName ={ };

obj var arrayName =[ ];

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How would you change the first element in an array?

nums[1] = "New!";
nums = "New!";
var nums[1] = "New!";
nums[0] = "New!";

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

array = [1,2,3,4,5];
What is the highest position in this array?
HINT: Remember arrays start at position 0!

4
5
0
125.7

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What property tells you how many items are in an array?

length
count
items
num

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?