open-source-workshop / idc-katas

0 stars 40 forks source link

Next Fibonacci number #74

Open ghost opened 5 years ago

ghost commented 5 years ago

nextFibonacci

Where to implement

src/nextFibonacci.js

Description (optional)

Given a number, find the smallest Fibonacci number strictly greater than the given number.