freeCodeCamp/guide/chinese/certifications/javascript-algorithms-and-d.../intermediate-algorithm-scri...
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 fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
convert-html-entities fixes the Advanced Code Solution to make it work when run tests in the Convert HTML Entities exercise (#24930) 2018-10-25 13:41:36 -07:00
diff-two-arrays fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
dna-pairing fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
drop-it fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
everything-be-true fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
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 fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
seek-and-destroy fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
smallest-common-multiple fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
sorted-union fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
spinal-tap-case fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
steamroller fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
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 fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
wherefore-art-thou fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
index.md fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30