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

Tuesday, January 15, 2013

Codecademy Sample Solution: Being Pushy



alphabet = ["a", "b", "c"]
alphabet << "d" # Update me!
print alphabet
puts ""

caption = "A giraffe surrounded by "
puts caption << "weezards!" # Me, too!

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts