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

Tuesday, November 20, 2012

Codecademy: "Iterating Over Hashes"


#sample solution


secret_identities = { "The Batman" => "Bruce Wayne",
  "Superman" => "Clark Kent",
  "Wonder Woman" => "Diana Prince",
  "Freakazoid" => "Dexter Douglas"
}

secret_identities.each { |key, value| puts "#{key}: #{value}" }

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts