You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The example in part 2 of the exercise makes it seem like that the method shortest() should return the name attribute of the person object, but the testcase indicates that it needs to return the object instead of the name attribute.
(Correct example)
The text was updated successfully, but these errors were encountered:
The example in part 2 of the exercise makes it seem like that the method shortest() should return the name attribute of the person object, but the testcase indicates that it needs to return the object instead of the name attribute.
(Correct example)
The text was updated successfully, but these errors were encountered: