#Unit 14 - Hashes
##Synopsis This unit introduces hashes. Students will learn how to initialize, store, and read from hashes. They will also learn how to access and manipulate individual elements of a hash. Finally, they will leverage their knowledge of loops to iterate through hashes.
##Sessions
##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.
##Standards
###CPP.L3A-08 I
- Student can explain the executive process in a has by differentiating from key-value pairs.