mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-16 18:07:45 -05: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