JS Practice Array & Function

JS Practice Array & Function

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

4.6.4 Logic Gates

4.6.4 Logic Gates

10th Grade - Professional Development

15 Qs

Wee Word Intro

Wee Word Intro

7th - 12th Grade

12 Qs

Java Features Quiz

Java Features Quiz

10th Grade

10 Qs

Data Structures: Linked Lists and Hashtables

Data Structures: Linked Lists and Hashtables

11th Grade - University

14 Qs

Email Quiz

Email Quiz

9th Grade

10 Qs

UNIT 1.8 ELCE

UNIT 1.8 ELCE

10th Grade

14 Qs

Access - Lesson 14

Access - Lesson 14

9th - 12th Grade

10 Qs

ICT 10 : Introduction to Adobe Illustrator(CS5)

ICT 10 : Introduction to Adobe Illustrator(CS5)

10th Grade

10 Qs

JS Practice Array & Function

JS Practice Array & Function

Assessment

Quiz

Computers

9th - 12th Grade

Easy

Created by

Nixon López

Used 4+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

Media Image

Consider the following function:

What will be the result of calling the findMax function with the array [3, 8, 2, 10, 5]?

10

5

3

2

2.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

Media Image

Consider the following function:

What will be the result of calling the findAverage function with the array [10, 20, 30, 40, 50]?

30

25

40

35

3.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

Media Image

What is the data type of the variable studentInfo in the following code snippet?

Number

String

Boolean

Object

4.

MULTIPLE CHOICE QUESTION

45 sec • 2 pts

Media Image

Consider the following code snippet:

Number

String

Boolean

Undefined

5.

MULTIPLE CHOICE QUESTION

45 sec • 2 pts

Media Image

Consider the following code snippet:

Number

String

null

Undefined

6.

MULTIPLE CHOICE QUESTION

45 sec • 2 pts

Consider the following array:

let numbers = [1, 2, 3, 4, 5];

What will be the length of the numbers array after executing the following code?

numbers.pop();

numbers.push(6);

console.log(numbers.length);

4

5

6

7

7.

MULTIPLE CHOICE QUESTION

45 sec • 2 pts

Consider the following array:

let numbers = [5, 2, 8, 3, 1];

What will be the result of sorting the numbers array in ascending order using the sort() method?

[5, 2, 8, 3, 1]

[1, 2, 3, 5, 8]

[8, 5, 3, 2, 1]

[1, 3, 2, 5, 8]

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?