get help in general - we have more specialized help rooms here: https://gitter.im/FreeCodeCamp/home
thecodingaviator on master
remove A (#31157) (compare)
:star: 545 | @hansinla | http://www.freecodecamp.com/hansinla
:star: 85 | @tanasic | http://www.freecodecamp.com/tanasic
:star: 1076 | @saintpeter | http://www.freecodecamp.com/saintpeter
:star: 374 | @camperbot | http://www.freecodecamp.com/camperbot
function sumFibs(num) {
return num;
}
sumFibs(4);
Return the sum of all odd Fibonacci numbers up to and including the passed number if it is a Fibonacci number.
more info:
bf details
|bf links
|hint