Chapter 5 : JavaScript Objects & Arrays

Quiz
•
Computers
•
Professional Development
•
Medium
JX C
Used 37+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How many values or properties can an Object contain
One value/properties
Two values/properties
Multiple values/properties
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Identify the name of the object in the following code:
var car = { model: "EXPLORER", brand: "Ford", IntroductionYear: 2019 }
car
"EXPLORER"
model
var
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Identify a key in the following code:
var car = { model: "EXPLORER", brand: "Ford", IntroductionYear: 2019 }
car
"EXPLORER"
model
var
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Identify a value in the following code:
var car = { model: "EXPLORER", brand: "Ford", IntroductionYear: 2019 }
car
"EXPLORER"
model
var
5.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
How would you access the value "Ford"
var car = { model: "EXPLORER", brand: "Ford", IntroductionYear: 2019 }
car.Ford;
car["brand"];
car.getbrand;
car.brand;
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is DRIVE in the code below?
var car = {
DRIVE: function()
alert("Drive");
}
A property
A method
A variable
A function
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the code that allows you to make use DRIVE?
var car = {
DRIVE: function()
alert("Drive");
}
drive()
DRIVE()
car.drive()
car.DRIVE()
Create a free account and access millions of resources
Similar Resources on Wayground
19 questions
Kotlin quiz 3

Quiz
•
Professional Development
18 questions
Programador Web - 12

Quiz
•
Professional Development
16 questions
JavaScript ( review I )

Quiz
•
Professional Development
15 questions
Javascript Datatypes and Variables(Kushal Das)

Quiz
•
Professional Development
15 questions
Flutter Q_0

Quiz
•
Professional Development
17 questions
Java Basics

Quiz
•
Professional Development
20 questions
Javascript Fundamental Practice

Quiz
•
Professional Development
19 questions
Javascript - Revisão

Quiz
•
University - Professi...
Popular Resources on Wayground
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade