Skip to content
This repository was archived by the owner on Jun 24, 2023. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

#Unit 14 - Objects

##Synopsis This unit introduces objects. Students will learn how to initialize, store, and read from objects. They will also learn how to access and manipulate individual properties of an object. Finally, they will leverage their knowledge of loops to iterate through objects.

##Sessions

  1. Objects
  2. Objects Inside Objects
    Project: Around the World
    Project: Address Book

##Codecademy Resources The following CodeCademy lessons correspond and will help student understand the concepts in this unit. The teacher may choose to assign these lessons if they would like.

  1. Introduction to Objects, exercises 6-12

##Standards

###CPP.L3A-08 I

  1. Student can explain the executive process in an object by differentiating from key-value pairs.