Quotes help make search much faster. Example: "Practice Makes Perfect"

Tuesday, November 20, 2012

Codecademy: "Iterating Over a Hash"


#sample solution


lunch_order = { "Ryan" => "wonton soup",
  "Eric" => "hamburger",
  "Jimmy" => "sandwich",
  "Sasha" => "salad",
  "Cole" => "taco"
}

lunch_order.each {|key, value| puts "#{value}"}

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts