javascript-mid

javascript-mid

KG

17 Qs

quiz-placeholder

Similar activities

Day 4 - Advanced Topics

Day 4 - Advanced Topics

Professional Development

20 Qs

CPR_Midterm online Exam

CPR_Midterm online Exam

Professional Development

20 Qs

day5

day5

Professional Development

21 Qs

Sorting

Sorting

Professional Development

15 Qs

Arrays & Strings using C

Arrays & Strings using C

Professional Development

15 Qs

Exploring C# Arrays and For Statements

Exploring C# Arrays and For Statements

University

15 Qs

Sorting2

Sorting2

Professional Development

13 Qs

Basic JavaScript

Basic JavaScript

Professional Development

15 Qs

javascript-mid

javascript-mid

Assessment

Quiz

Professional Development

KG

Medium

Created by

Muhanned Noman

Used 19+ times

FREE Resource

17 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Media Image

What will be console logged into the terminal?

1

2

{number: 1}

3

2.

MULTIPLE CHOICE QUESTION

10 sec • 5 pts

What property tells you how many items are in an array?

count

sum

length

items

3.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

Media Image

What will this code log?

3

undefined

1,2,3,4

arr

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which of the following code will return `undefined` using the following array?

const numbers = [3, 1];

numbers[0]

numbers[2-1]

numbers[3]

numbers[numbers.length -1]

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Media Image

What is the output of the following code?

Undefined

function

number

ReferenceError: Barr is not defined

6.

MULTIPLE CHOICE QUESTION

10 sec • 5 pts

Given a number of elements that need to stay in order, would you use an Object or an Array?

Array

Object

7.

MULTIPLE CHOICE QUESTION

10 sec • 5 pts

All the elements in an array must be of the same type?

True

False

Yes

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?