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

Thursday, January 17, 2013

Codecademy Sample Solution: Passing Your Lambda to a Method



crew = {
  captain: "Picard",
  first_officer: "Riker",
  lt_cdr: "Data",
  lt: "Worf",
  ensign: "Ro",
  counselor: "Troi",
  chief_engineer: "LaForge",
  doctor: "Crusher"
}
# Add your code below!

first_half = lambda { |key, value| value < "M" }

a_to_m = crew.select(&first_half)

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts