What is a JavaScript Object?
JS Object Recap

Quiz
•
Computers
•
11th Grade
•
Hard
arturo parinas
Used 3+ times
FREE Resource
5 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
a collection of key-value pairs
a collection of arrays
a collection of functions
a collection of strings
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you create an object using literal notation?
let obj = [key: value];
let obj = {key: value};
let obj = (key: value);
let obj = <key: value>;
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the correct syntax for accessing the property of an object?
objectName.objectPropery( );
objectName.objectProperty[ ];
objectName.objectProperty;
objectName.objectProperty{ };
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following code: alert(person.firstname); when person is {firstName: 'John',lastName:'Doe'}?
John
Doe
undefined
null
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following code: alert(address.district); when address is {buildingNo: '3960' , street: 'North 1st Street', country: 'USA'};?
3960
North 1st Street
USA
undefined
Similar Resources on Quizizz
10 questions
Understanding Cybersecurity

Quiz
•
5th Grade - Professio...
10 questions
Basic Excel Spreadsheet

Quiz
•
9th - 12th Grade
10 questions
Windows Operating Systems Basics

Quiz
•
11th Grade
10 questions
Individuals and Variables of Data

Quiz
•
6th - 12th Grade
10 questions
Introduction to MS Access 2013

Quiz
•
7th Grade - University
10 questions
ICT Quiz

Quiz
•
4th - 12th Grade
10 questions
Chapter 3 - Think Python - Voc

Quiz
•
9th - 12th Grade
10 questions
Database

Quiz
•
8th - 12th Grade
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
Discover more resources for Computers
17 questions
Chapter 12 - Doing the Right Thing

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

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing

Quiz
•
9th - 12th Grade
10 questions
Identifying equations

Quiz
•
KG - University