Slide 65
Slide 65 text
gold, silver, bronze, rest = ""
awardMedals = (first, second, third, others...) ->
gold = first
silver = second
bronze = third
rest = others
pieEatingCompetitors = [
"Wynn Netherland",
"Steve Klabnik",
"Adam Keys",
"Richard Schneeman",
"Rob Mack",
"Tim Tyrrell",
"Steve Stedman",
"Mando Escamilla",
"Keith Gaddis"
]
awardMedals pieEatingCompetitors...