Skip to content

Conversation

Alexandrshy
Copy link
Contributor

  1. 02_recursive_sum.js and 03_recursive_count.js rewrote more succinctly;
  2. 04_recursive-max.js added an alternative solution, in the previously proposed solutions there is a problem when the elements in the array are less than 2, we go into an infinite loop
  3. Fixed/added JSDoc for all functions in chapter four;
  4. Code formatting.

@egonSchiele
Copy link
Owner

Merged, thanks!

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