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

Saturday, January 19, 2013

Codecademy Sample Solution: For Instance...



class Person
  def initialize(name, age, profession)
    @name = name
    @age = age
    @profession = profession
  end
end

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts