I hereby claim:
- I am ariley on github.
- I am ariley (https://keybase.io/ariley) on keybase.
- I have a public key ASBlRL9St-RM2rxLph1HB0D2IOS0m8gICn9z8HTLmkkX0Qo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| /* | |
| The Array Hotel - Instructions | |
| In this exercise, we'll be using an array to manage the occupancy | |
| of a hotel called The Array Hotel. | |
| Each room in the hotel will be represented with a "vacant" | |
| or "occupied" string in the array. The index of the element | |
| is the room number. For example, for a hotel with an | |
| occupancy array of ["occupied", "vacant", "occupied", "vacant"], |