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
I'm new to programming. If I'm understanding you correctly, you are saying that i should close this comment/issue and manually copy it into pull requests. I'll be opening a PR first time. Should i open an PR by forking this project or in any other way? please explain.
In the
constructor
changethis._name = name;
intothis.name = name;
or as it is the code will not do what it is intended to do.The final code should be:
The text was updated successfully, but these errors were encountered: