Skip to content

Multiple ways of calculating the fibonacci number with JS

Notifications You must be signed in to change notification settings

mattiLeBlanc/fibonacci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Multiple ways of calculating the fibonacci number with JS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published