fharookshaik / fibonacci-series

This repository is to write program the famous Fibonacci series in as many different programming languages as we can.
MIT License
20 stars 105 forks source link

Add Fibonaci in Javascript #51

Open ayagrwl opened 4 years ago

ayagrwl commented 4 years ago

created js_fibonaci.js and added js in the Languages.md file

ayagrwl commented 4 years ago

Proof of correctness by comparing with existing cpp_fibonaci.cpp file

Proof_js_cpp