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

Tuesday, November 20, 2012

Codecademy: "Iterating Over Multidimensional Arrays"


#sample solution


s = [["ham", "swiss"], ["turkey", "cheddar"], ["roast beef", "gruyere"]]
s.each {|x| x.each {|y| puts "#{y}"} }

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts