diff --git a/lessons/module-2/array-prototype-methods-iterators.md b/lessons/module-2/array-prototype-methods-iterators.md index f8ddb9a6..f92eb3e4 100644 --- a/lessons/module-2/array-prototype-methods-iterators.md +++ b/lessons/module-2/array-prototype-methods-iterators.md @@ -307,7 +307,7 @@ Take a few minutes to consider the following questions for each of the iterator - What are the mandatory parameters? Optional parameters? - What are common use cases? When would I use this method? -As a class, let's go through these questions together in this [JamBoard](https://jamboard.google.com/d/1WHuyT2bIQsR4rZPie6KEuKsZuVYNpBKv1ZKFiokQhqA/edit?usp=sharing){:target='blank'}. +As a class, let's go through these questions together in this [JamBoard](https://jamboard.google.com/d/1dMlfYlFx5alIyANQMLM8roC-cTy038c1iVfkg1o0hSk/edit?usp=sharing){:target='blank'}. ## Practice