JS - Arrays and Objects

JS - Arrays and Objects

Professional Development

15 Qs

quiz-placeholder

Similar activities

Powerwoche JS II

Powerwoche JS II

Professional Development

15 Qs

Advanced JS

Advanced JS

Professional Development

10 Qs

Javascript

Javascript

Professional Development

10 Qs

JS - Practice 1

JS - Practice 1

Professional Development

20 Qs

Javascript - 02

Javascript - 02

Professional Development

20 Qs

Arrays & Strings using C

Arrays & Strings using C

Professional Development

15 Qs

DevNet Express

DevNet Express

10th Grade - Professional Development

11 Qs

Python Skills

Python Skills

1st Grade - Professional Development

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