Skip to content

Cruise CS9#192

Open
CruiseBrantley wants to merge 7 commits intobloominstituteoftechnology:masterfrom
CruiseBrantley:master
Open

Cruise CS9#192
CruiseBrantley wants to merge 7 commits intobloominstituteoftechnology:masterfrom
CruiseBrantley:master

Conversation

@CruiseBrantley
Copy link
Copy Markdown

No description provided.

Copy link
Copy Markdown

@kiachoi kiachoi left a comment

Choose a reason for hiding this comment

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

Great job on this project Cruise! Everything seems to be working the way it should and love seeing your commits and console.logs. As always, if you have an questions you can always let the channel know or just DM! 😄

*.swp
node_modules
yarn.lock
yarn-error.log
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Thank you for putting this error log in the .gitignore file! 🙏

}
growOlder() {
this.age++;
return this.age;
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 can be written into one line as return ++this.age as well!

this.dimensions = properties.dimensions;
}
destroy() {
const t = this; // tricking the linter
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

nice!

@@ -3,11 +3,42 @@
const nFibonacci = (n) => {
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

The way you implemented this is very interesting! I haven't seen this kind of approach before, love the fact that you thought outside of the box with the helper function!

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