How many values or properties can an Object contain
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
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 Quizizz
15 questions
CloudBinary_Basic-Shell-scripting

Quiz
•
Professional Development
21 questions
Java Quiz on Module 1 & 2

Quiz
•
Professional Development
17 questions
PHP

Quiz
•
Professional Development
15 questions
JavaScript

Quiz
•
Professional Development
21 questions
Flutter_Q1

Quiz
•
Professional Development
25 questions
WEBZEN MCQ

Quiz
•
Professional Development
22 questions
Flutter_Q2

Quiz
•
Professional Development
15 questions
JavaScript Pass by value, Pass by Reference, Scope Hoisting

Quiz
•
Professional Development
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade