Skip to content

Katie Gorbell JavaScript-IV#91

Open
kgorbell wants to merge 3 commits intobloominstituteoftechnology:masterfrom
kgorbell:master
Open

Katie Gorbell JavaScript-IV#91
kgorbell wants to merge 3 commits intobloominstituteoftechnology:masterfrom
kgorbell:master

Conversation

@kgorbell
Copy link
Copy Markdown

No description provided.

Copy link
Copy Markdown

@holly-g holly-g left a comment

Choose a reason for hiding this comment

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

Looking great so far!

this.dimensions = options.dimensions;
class GameObject {
constructor(options) {
this. createdAt = options.createdAt;
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Looks like there's an extra space for this.createdAt

}
greet() {
return `${this.name} offers a greeting in ${this.language}.`;
}
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Yes! Nice job.

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