Chapter 5 : JavaScript Objects & Arrays
Quiz
•
Computers
•
Professional Development
•
Practice Problem
•
Medium
JX C
Used 41+ times
FREE Resource
Enhance your content in a minute
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
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
20 questions
Mobile Apps PayKu
Quiz
•
1st Grade - Professio...
20 questions
Javascript Fundamental Practice
Quiz
•
Professional Development
19 questions
Javascript - Revisão
Quiz
•
University - Professi...
18 questions
CIW IBA Lesson 5 Vocabulary
Quiz
•
8th Grade - Professio...
15 questions
Network Plus Pre Assessment
Quiz
•
Professional Development
20 questions
class 8
Quiz
•
Professional Development
20 questions
Linux 1 - Introduction
Quiz
•
Professional Development
20 questions
Fr Paul's 66th Birthday Quizizz
Quiz
•
Professional Development
Popular Resources on Wayground
10 questions
Honoring the Significance of Veterans Day
Interactive video
•
6th - 10th Grade
9 questions
FOREST Community of Caring
Lesson
•
1st - 5th Grade
10 questions
Exploring Veterans Day: Facts and Celebrations for Kids
Interactive video
•
6th - 10th Grade
19 questions
Veterans Day
Quiz
•
5th Grade
14 questions
General Technology Use Quiz
Quiz
•
8th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
15 questions
Circuits, Light Energy, and Forces
Quiz
•
5th Grade
19 questions
Thanksgiving Trivia
Quiz
•
6th Grade
