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
20 questions
JavaScript

Quiz
•
Professional Development
15 questions
Basicas JS

Quiz
•
Professional Development
20 questions
js DOM

Quiz
•
12th Grade - Professi...
20 questions
Advanced JavaScript

Quiz
•
Professional Development
25 questions
Тест

Quiz
•
Professional Development
15 questions
Javascript basics

Quiz
•
Professional Development
20 questions
Final Assessment

Quiz
•
Professional Development
20 questions
C CODE MASTER A

Quiz
•
Professional Development
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
11 questions
All about me

Quiz
•
Professional Development
10 questions
How to Email your Teacher

Quiz
•
Professional Development
15 questions
Fun Random Trivia

Quiz
•
Professional Development
22 questions
Anne Bradstreet 1612-1672

Quiz
•
Professional Development
18 questions
Spanish Speaking Countries and Capitals

Quiz
•
KG - Professional Dev...
14 questions
Fall Trivia

Quiz
•
11th Grade - Professi...
15 questions
Disney Characters Quiz

Quiz
•
Professional Development
15 questions
Quiz to Highlight Q types & other great features in Wayground

Quiz
•
Professional Development