diff --git a/guide/english/certifications/javascript-algorithms-and-data-structures/intermediate-algorithm-scripting/sum-all-odd-fibonacci-numbers/index.md b/guide/english/certifications/javascript-algorithms-and-data-structures/intermediate-algorithm-scripting/sum-all-odd-fibonacci-numbers/index.md index e8962cacbf..5a23f0f84d 100644 --- a/guide/english/certifications/javascript-algorithms-and-data-structures/intermediate-algorithm-scripting/sum-all-odd-fibonacci-numbers/index.md +++ b/guide/english/certifications/javascript-algorithms-and-data-structures/intermediate-algorithm-scripting/sum-all-odd-fibonacci-numbers/index.md @@ -68,7 +68,7 @@ As you get the next odd one, don't forget to add it to a global variable that ca #### Relevant Links -* JS while Loop +* JS while Loop ## ![:sunflower:](https://forum.freecodecamp.com/images/emoji/emoji_one/sunflower.png?v=3 ":sunflower:") Intermediate Code Solution: @@ -107,7 +107,7 @@ As you get the next odd one, don't forget to add it to a global variable that ca #### Relevant Links * JS Array Prototype Push -* JS For Loops Explained +* JS For Loops Explained * JS Array Prototype Filter * JS Array Prototype Reduce