Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 216 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 216 Bytes

Four ways of fibonacci

Just a little time capsule for myself or anyone else to calculate the Fibonacci number.

One uses the yield operator, one is recursive, array reduce and the last one is a simple loop.