JS - Arrays and Objects

JS - Arrays and Objects

Professional Development

15 Qs

quiz-placeholder

Similar activities

NumPy

NumPy

Professional Development

10 Qs

Linked List

Linked List

Professional Development

15 Qs

React

React

Professional Development

20 Qs

PDS - 04225 Pointers & Dynamic Arrays - Chapter 8

PDS - 04225 Pointers & Dynamic Arrays - Chapter 8

University - Professional Development

10 Qs

Searching and Sorting

Searching and Sorting

University - Professional Development

15 Qs

JavaScript with Arrays

JavaScript with Arrays

Professional Development

15 Qs

JavaScript Advanced

JavaScript Advanced

Professional Development

10 Qs

Javascript Avanzado ft-22b Grupo 5

Javascript Avanzado ft-22b Grupo 5

Professional Development

12 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?