/Sum-All-Odd-Fibonacci-Numbers

Given a positive integer num, return the sum of all odd Fibonacci numbers that are less than or equal to num.

Primary LanguageJavaScript

No issues in this repository yet.