iiitv / algos

Popular Algorithms and Data Structures implemented in popular languages
MIT License
1.07k stars 495 forks source link

Add nthFibonacciNumber[javascript] #782

Closed Vijay-K-2003 closed 3 years ago

Vijay-K-2003 commented 3 years ago

Fixes #781

I have created FibonacciNumber.js file that includes a javascript code for Fibonacci Sequence It can be run using node FibonacciNumber.js

By submitting this pull request I confirm I've read and complied with the below declarations.