-
Notifications
You must be signed in to change notification settings - Fork 0
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 …
gagan3512/fibonacci-using-java-script
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 0
No packages published