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

Wednesday, November 21, 2012

Codecademy: "Method Syntax"


#sample solution


def puts_1_to_10
  (1..10).each { |i| puts i }
end

puts_1_to_10

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts