@@ -1018,7 +1018,7 @@ Other Style Guides
// good
let sum = 0;
numbers.forEach((num) => sum += num);
numbers.forEach(num => sum += num);
sum === 15;
// best (use the functional force)
The note is not visible to the blocked user.