JS - Arrays and Objects

JS - Arrays and Objects

Professional Development

15 Qs

quiz-placeholder

Similar activities

Advanced JavaScript

Advanced JavaScript

Professional Development

20 Qs

Moringa JavaScript Arrays

Moringa JavaScript Arrays

5th Grade - Professional Development

10 Qs

Powerwoche JS II

Powerwoche JS II

Professional Development

15 Qs

ES6

ES6

Professional Development

12 Qs

Day 3 - Dom Manipulation

Day 3 - Dom Manipulation

Professional Development

20 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

Javascript HTML CSS

Javascript HTML CSS

Professional Development

13 Qs

Chapter 2 - FSW

Chapter 2 - FSW

Professional Development

10 Qs

JS - Arrays and Objects

JS - Arrays and Objects

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Raja SK

Used 31+ times

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?