From ce4f021fc353c67ded8811a872b8049cfe584a50 Mon Sep 17 00:00:00 2001 From: Heather Faerber Date: Mon, 6 May 2024 16:17:57 -0400 Subject: [PATCH] Remove commented out section after confirming layout from last push --- .../array-prototype-methods-iterators.md | 38 ------------------- 1 file changed, 38 deletions(-) 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)`