Skip to content

Description A Fibonacci sequence is a series of numbers where every new number is the sum of the previous 2 numbers. The first two numbers of a Fibonacci series are 1 and 1. Consequently, the next number would be (1+1) = 2. The next number would be (1+2) = 3 and so on. The series can go on like this till infinity:- 1 1 2 3 5 8 13 21 34... Using …

Notifications You must be signed in to change notification settings

gagan3512/fibonacci-using-java-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

About

Description A Fibonacci sequence is a series of numbers where every new number is the sum of the previous 2 numbers. The first two numbers of a Fibonacci series are 1 and 1. Consequently, the next number would be (1+1) = 2. The next number would be (1+2) = 3 and so on. The series can go on like this till infinity:- 1 1 2 3 5 8 13 21 34... Using …

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published