Chapter 5 : JavaScript Objects & Arrays

Quiz
•
Computers
•
Professional Development
•
Medium
JX C
Used 41+ 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
16 questions
Final Assessment

Quiz
•
Professional Development
15 questions
ITF - Quiz 7.4 - Graphic Device Interfaces

Quiz
•
Professional Development
15 questions
JavaScript ( part II )

Quiz
•
Professional Development
15 questions
Data Science / AI

Quiz
•
Professional Development
20 questions
Soal Aplikasi Perkantoran untuk Guru dan Tenaga Pendidik

Quiz
•
Professional Development
20 questions
React JS Quiz

Quiz
•
Professional Development
16 questions
JavaScript ( review I )

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

Quiz
•
Professional Development
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade