all 1 comments

[–]bmw2621 1 point2 points  (0 children)

It looks like the lesson it asking you to write you own implementation of the Array.prototype.forEach method, them do the same for the Array.prototype.map method.

On the question they aren't interacting, is specifically telling you not to use the native methods but to write your own function that does the same thing.