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