Skip to content

Conversation

@kaitlynflynn
Copy link

@kaitlynflynn kaitlynflynn commented Mar 22, 2018

Loved doing pair programming with the team I had this week as I felt it was very beneficial for me to see how others approach a problem. It also helped me to listen to how they walked through the steps in parts I struggled on. Completed JS-II in it's entirely and got the tests working.

To be completed:

  • Part 2 of this.js

growOlder() {
const temp = this.age + 1;
return temp;
}
Copy link

Choose a reason for hiding this comment

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

this function won't actually affect your animal age.
temp needs to be this.age

@sulemc
Copy link

sulemc commented Mar 24, 2018

Nice work! I hope you have a good weekend. Don't get sick!

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