The forEach() method in JavaScript does not have a built-in return value like methods such as map() and filter() do but its generic properties make...
For further actions, you may consider blocking this person and/or reporting abuse
Imho
forEachis sign we do some side-effect, like console.log.I prefer
mapinstead, which is much more cleaner.