freeCodeCamp/guide/russian/certifications
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
..
apis-and-microservices fix broken link to hint (#28143) 2018-10-26 13:34:23 +04:00
coding-interview-prep fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
data-visualization fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
front-end-libraries fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
information-security-and-quality-assurance fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
javascript-algorithms-and-data-structures Fix "hint" code not working for the challenge: "Sum All Odd Fibonacci Numbers" (#28676) 2019-02-12 15:54:53 -08:00
responsive-web-design fix(guide): Fix all frontmatter 2018-10-19 16:28:34 +01:00
index.md fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30