Skip to content

Bryce Evans - #124

Open
BryceEvans wants to merge 7 commits into
bloominstituteoftechnology:masterfrom
BryceEvans:master
Open

Bryce Evans#124
BryceEvans wants to merge 7 commits into
bloominstituteoftechnology:masterfrom
BryceEvans:master

Conversation

@BryceEvans

Copy link
Copy Markdown

First assignment complete.

@dtacheny dtacheny left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Everything looks good here, nice job!

Comment thread assignments/lambda-classes.js Outdated
this.grade = studentProps.grade;
}
listsSubjects () {
return `${this.favSubjects};`

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

This will log out the whole this.favSubjects array. We want to log out each one, one at a time. This would be a great use of the .forEach method! (This is not a big deal, I'm being nitpicky here.)

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