Community

Array and Boolean

(David Walsh) One of the annoyances of old-school JavaScript was side effects; then Array.prototype got methods like filter, map, and forEach so we didn’t need to burn variables before looping over values.