Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 510 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 510 Bytes

Arrays in ERB

MVP

  • Create an array of states, and iterate over those states to generate the list
  • Create an array of cities and iterate over those to generate the list

Stretch

  • Create a single array (which must contain other arrays)
  • Iterate over that single array to generate the list