Tell us what’s happening:
So what I do exactly? Summing all even numbers below the provided number or what? Because that doesn’t seem the case since even numbers below 10 is definitely not 188
Your code so far
function fiboEvenSum(number) {
// You can do it!
return true;
}
fiboEvenSum(10);
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0
.
Link to the challenge:
https://learn.freecodecamp.org/coding-interview-prep/project-euler/problem-2-even-fibonacci-numbers