JavaScript Arrays

JavaScript Arrays

Professional Development

15 Qs

quiz-placeholder

Similar activities

JavaScript Fundamentals

JavaScript Fundamentals

9th Grade - Professional Development

10 Qs

coding contest

coding contest

Professional Development

10 Qs

JavaScript Quiz

JavaScript Quiz

Professional Development

20 Qs

ICT 10 M6 QUIZIZZ

ICT 10 M6 QUIZIZZ

Professional Development

10 Qs

Repaso

Repaso

Professional Development

13 Qs

JavaScript

JavaScript

Professional Development

15 Qs

[FE] Ice Breaking - Navigating the World of Variables, Spread, a

[FE] Ice Breaking - Navigating the World of Variables, Spread, a

Professional Development

10 Qs

Algorithm Quiz

Algorithm Quiz

Professional Development

13 Qs

JavaScript Arrays

JavaScript Arrays

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Thomas Martinez

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is first index value of an array?

2

-1

0

1

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the name of the JavaScript standard?

JavaScript

ECMA Script (ES)

JS

PEP

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The _________ method is used to add a new element to an array

add()

insert()

push()

set()

All the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Array elements can be deleted using which of these methods?

pop()

shift()

both pop() and shift()

none of the above

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

What will be the output of this code?

[8, 6, 7, 9]

[4]

8, 6, 7, 9

4

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the 3-dot operator (…) do in JS?

It is used to spread iterables to individual elements

It is used to describe a datatype of undefined size

No such operator exists

None of the above

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

20

25

undefined

None of the above

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?