Skip to content

Cruise CS9 - #192

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

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

Conversation

@CruiseBrantley

Copy link
Copy Markdown

No description provided.

@kiachoi kiachoi 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.

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! 😄

Comment thread .gitignore
*.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! 🙏

Comment thread src/class.js
}
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!

Comment thread src/prototype.js
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!

Comment thread src/recursion.js
@@ -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