TheOdinProject / javascript-exercises

MIT License
1.18k stars 30.27k forks source link

05_sumAll - Add alternative solution using Gauss formula #431

Closed oomertaa closed 3 months ago

oomertaa commented 3 months ago

Complete the following REQUIRED checkboxes:

The following checkbox is OPTIONAL:


1. Description of the Feature Request:

2. Acceptance Criteria:

3. Additional Information: Screenshot_1

thatblindgeye commented 3 months ago

While this additional solution is helpful from a maths standpoint, I don't think it offers significant benefit from the intent of the exercise, which is to practice writing unit tests.