Skip to content

stevelydford/FibonacciKata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fibonacci Kata

For any given number between 1 and 30, return an array of numbers in which each item in the array represents the sum of the two preceding numbers:

Example:

For an input of 10, the function should return an array containing: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages