Skip to content

jeffrey flynn - #195

Open
jeffreyflynn wants to merge 5 commits into
bloominstituteoftechnology:masterfrom
jeffreyflynn:master
Open

jeffrey flynn#195
jeffreyflynn wants to merge 5 commits into
bloominstituteoftechnology:masterfrom
jeffreyflynn:master

Conversation

@jeffreyflynn

Copy link
Copy Markdown

No description provided.

Comment thread src/class.js
growOlder() {
const thisAge = this.age + 1;
return thisAge;
}

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thisAge needs to be this.age in order to actually affect the age property on the Animal.

@sulemc

sulemc commented Mar 24, 2018

Copy link
Copy Markdown

Nice work Jefferey. Enjoy your weekend!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants