freeCodeCamp/guide/english/certifications
Zheng Fu 5dd27f88e4 simplifying the mathematical solution for Sum All Numbers in a Range (#35007)
* simplifying the mathematical solution

We don't need to sort the two number array, using Math.abs() we can get the count of the numbers in range and calculate the sum.

* Remove previously relevant info regarding sort()

* Clarify code for better readability

* change let to const according to review

* added missing semicolon
2019-03-27 22:26:59 +05:30
..
apis-and-microservices Add link I removed from challenge (#35429) 2019-03-14 08:10:05 -07:00
coding-interview-prep fix: removed thanks and username references in english guide (#34946) 2019-03-27 22:25:49 +05:30
data-visualization fix: removed thanks and username references in english guide (#34946) 2019-03-27 22:25:49 +05:30
front-end-libraries SASS. @each. Replace stub (#34844) 2019-03-09 12:33:18 +05:30
information-security-and-quality-assurance Fix/remove stubs on filled articles (#35506) 2019-03-06 01:57:17 +05:30
javascript-algorithms-and-data-structures simplifying the mathematical solution for Sum All Numbers in a Range (#35007) 2019-03-27 22:26:59 +05:30
responsive-web-design Added example, explanation and solution to "Use Hex Code to Mix Colors" (#34658) 2019-03-27 01:10:12 +05:30
index.md Update index.md (#33820) 2019-01-20 10:00:27 -07:00