freeCodeCamp/guide/english/certifications/javascript-algorithms-and-data-structures/intermediate-algorithm-scripting
ghukahr dcc1397c0c Fix "hint" code not working for the challenge: "Sum All Odd Fibonacci Numbers" (#28676)
* Fix code not passing on challenge tests

The code was not passing the challenge tests because we must sum only odd numbers. Cince we didn't provided an initial value for reduce, it would use the first element of the array, and if it was an odd number, it would skip our validation and add it to the final result.

[https://www.freecodecamp.org/forum/t/sum-all-odd-fibonacci-numbers-solution-not-passing-all-tests/236058](https://www.freecodecamp.org/forum/t/sum-all-odd-fibonacci-numbers-solution-not-passing-all-tests/236058)

* Same English fixed for Arabic

* Same English fix for Chinese

* Same English fix for Portuguese

* Same English fix for Russian

* Same English fix for Spanish
2019-02-12 15:54:53 -08:00
..
arguments-optional fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
binary-agents docs: grammar and clarity updates (#34567) 2018-12-05 18:22:42 -08:00
convert-html-entities guide: add code explanations to algorithm (#25816) 2019-02-11 06:17:34 -05:00
diff-two-arrays fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
dna-pairing Corrected capitalization, corrected to American spellings and typos (#30685) 2018-11-07 10:34:13 -05:00
drop-it Improved Advanced Code Solution (#22898) 2018-11-28 19:01:42 -07:00
everything-be-true Fix typo: add 'y' to truthy (#27517) 2019-01-15 17:23:05 -06:00
make-a-person fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
map-the-debris fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
missing-letters fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
pig-latin fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
search-and-replace Updated missing link for JS regex resources (#34306) 2019-01-15 17:18:17 -06:00
seek-and-destroy fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
smallest-common-multiple Smallest Common Multiple – Optimized Advanced Solution (#19572) 2018-10-18 10:08:45 -07:00
sorted-union Update index.md (#34720) 2018-12-21 13:52:19 -08:00
spinal-tap-case fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
steamroller Adding short and clear solution 2018-12-02 00:23:24 +09:00
sum-all-numbers-in-a-range fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
sum-all-odd-fibonacci-numbers Fix "hint" code not working for the challenge: "Sum All Odd Fibonacci Numbers" (#28676) 2019-02-12 15:54:53 -08:00
sum-all-primes Update index.md (#22622) 2018-11-25 10:53:00 -07:00
wherefore-art-thou fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
index.md Updated stub article (#29494) 2019-01-15 17:16:40 -06:00