@@ -379,7 +379,7 @@ Other Style Guides
const flat = {};
[[0, 1], [2, 3], [4, 5]].reduce((memo, item, index) => {
const flatten = memo.concat(item);
flat[index] = memo.concat(item);
flat[index] = flatten;
});
// good
The note is not visible to the blocked user.