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

Monday, November 19, 2012

Codecademy: "The 'Until' loop"


#sample solution


counter = 1
until counter > 10
  puts counter
  # Add code to update 'counter' here!
  counter = counter + 1
end

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts