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 103 forks source link

Generated Fibonacci series in JavaScript #79

Closed Ingenious-c0der closed 3 years ago

fharookshaik commented 3 years ago

Hi @Ingenious-c0der. It's great to see that you've contributed to this repository. There were some conflicts raised by Codacy. Try to resolve them ASAP. Please find the details here

https://app.codacy.com/gh/fharookshaik/fibonacci-series/pullRequest?prid=8301081

Ingenious-c0der commented 3 years ago

The problem is console.log() . Codacy sticks to the standard of keeping the console clean ,which is a good practice for large deployments .Although in this case since this is a small code which prints out the fibonacci values in the console , you can ignore the console.log() issues shown by codacy

fharookshaik commented 3 years ago

Gotcha. Thank you for your Contribution.