Array.prototype.map, .forEach, .every, .some - Vanilla JS by AlishaSo
Contains the solution to the original problem (create your own version of the map function), with the additional challenge of passing the index to the callback function. Also includes the extra challenge of recreating the forEach, every and some functions.
Requested feedback
Accuracy of the executions.
Comments
You must be signed in to post a comment