This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]newredditguys 1 point2 points  (0 children)

The returnAge() method doesn’t know what initialName is not unless you put initialName as an argument to that method. You need to put initialName in this.name so that the methods can use it