Skip to content

Frank Benevento - JavaScript IV - #363

Open
BeneventoFrank wants to merge 2 commits into
bloominstituteoftechnology:masterfrom
BeneventoFrank:master
Open

Frank Benevento - JavaScript IV#363
BeneventoFrank wants to merge 2 commits into
bloominstituteoftechnology:masterfrom
BeneventoFrank:master

Conversation

@BeneventoFrank

Copy link
Copy Markdown

completed mvp, moving on to stretch

{
bill.grade(obj,'JavaScript');
}
console.log('GRADUATION DAY!', frank.grade)

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

well done on your Lambda Classes! These are on point

sprintChallenge(subject){
console.log(`${this.name} has begun sprint challenge on ${subject}`);
}
graduate(callback){

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

love the graduate function!

this.dimensions = options.dimensions;
}
destroy(){
return `Object was removed from the game.`;

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

good job on your refactor

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