Ad
  • Custom User Avatar

    The explanation doesn't mention that the object properties have to be mutable.
    I used object.create and had the last test fail because I didn't set the attributes to be writable.

    It should explicitly mention that your object should support 'foo.name = "bar";'