* A clearer, more readable return statement Use .filter() to get the odd values in array. Use .reduce() to sum. Two separate tasks, one line, easier to read and understand. Updated comments and Code Explanation accordingly.
* A clearer, more readable return statement Use .filter() to get the odd values in array. Use .reduce() to sum. Two separate tasks, one line, easier to read and understand. Updated comments and Code Explanation accordingly.