Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 352 Bytes

File metadata and controls

8 lines (4 loc) · 352 Bytes

Collections

In order to store data, we use collections. There are two types of ways we store our data collections. One is called an Array, the other is called a Hash. You can think about a collection of data like a trunk of toys.

Art by Vixuong Hong

Let’s start with the Array toy chest first.