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

Thursday, January 17, 2013

Codecademy Sample Solution: Create Your Own!



def greeter
yield
end

phrase = Proc.new { puts "Hello there!"}

greeter(&phrase)

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts