egonSchiele/grokking_algorithms

JavaScript/ES6 solution has formatting problems for chapter four

Alexandrshy opened this issue · 1 comments

  1. For formatting JavaScript code is better to use Prettier. This will help in all examples to make the same formatting and it will look better.
  2. Some examples are excessively complex and can be simplified.

I fixed it here #133