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

Tuesday, January 15, 2013

Codecademy Sample Solution: The Right Tool for the Job



my_array = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
my_array.each {|x| puts x if x % 2 == 0}

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts