diff --git a/lessons/module-2/array-prototype-methods-iterators.md b/lessons/module-2/array-prototype-methods-iterators.md index 1b153cff..07ba6736 100644 --- a/lessons/module-2/array-prototype-methods-iterators.md +++ b/lessons/module-2/array-prototype-methods-iterators.md @@ -245,44 +245,6 @@ Be sure to include these in your notes, if you haven't already! * The callback needs to return a **boolean**. You also cannot modify the element you're finding. - - ## How to use `Array.reduce(callbackFunction)`