Ad
  • Default User Avatar

    It's a person constructor. You could choose to create the functions on the prototype or you could leave them inside the constructor. Either will way will work. The texting method has a description, but I didn't think an example would be necessary. I'll add it to the kata.

  • Custom User Avatar

    Why methods in initial code are assigned to funtion and not prototype?
    Nice description but example for texting is missing.