mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-10 01:01:16 -04:00
* 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