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

Sunday, January 13, 2013

Codecademy Sample Solution: More Methods More Solutions



movie_ratings = {
  memento: 3,
  primer: 3.5,
  the_matrix: 3,
  truman_show: 4,
  red_dawn: 1.5,
  skyfall: 4,
  alex_cross: 2,
  uhf: 1,
  lion_king: 3.5
}
# Add your code below!

movie_ratings.each_key { |k| puts k}

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts