Skip to content

Comments

Cristian Garcia JS-II#199

Open
2940cristian wants to merge 6 commits intobloominstituteoftechnology:masterfrom
2940cristian:master
Open

Cristian Garcia JS-II#199
2940cristian wants to merge 6 commits intobloominstituteoftechnology:masterfrom
2940cristian:master

Conversation

@2940cristian
Copy link

No description provided.

@2940cristian 2940cristian changed the title working on recursions, factorial complete Cristian Garcia JS-II Mar 22, 2018
@justinborek
Copy link

justinborek commented Mar 26, 2018

What Went Well:

Nice work! You were able to make all the basic tests pass and took a healthy shot at the stretch. You obviously get the material, and your code is well written as well. Really solid commit frequency and messages as well. Keep it up!

Areas For Improvement:

The logic was close on checkMatchingLeaves. What you'll typically do is have some sort of boolean that is set to false if you encounter an item that isn't equal to the previous. The recursion comes if you encounter a key who's value is also an object. In that case you need to run checkMatchingLeaves on that object as well.

Questions:

None!

Rating (1-3):

2

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