codinasion-archive / codinasion-programme

An open source codebase for sharing programming solutions.
https://codinasion.vercel.app/programme
MIT License
62 stars 147 forks source link

Fibonacci series without using recursion #849

Closed harshraj8843 closed 2 years ago

harshraj8843 commented 2 years ago

Title of programme

Write a JavaScript program to print Fibonacci series without using recursion.

Additional information

Input  : 10
Output : 0 1 1 2 3 5 8 13 21 34

Code of Conduct

Yilmaz98 commented 2 years ago

Could you please assign me this issue?

harshraj8843 commented 2 years ago

Thanks for showing your interest in this project 😄