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

Monday, November 19, 2012

Codecademy: "The Loop Method"


#sample solution


i = 20
loop do
  i -= 1
  print "#{i}"
  break if i <= 0
end

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts