After @_Mr_Spike_ told me it takes 3 weeks to generate the 50th Fibonacci number using recursion, I created this script to check if I can do better without recursion but with iteration. Damn fast.
This is a Simulator of Fibonacci Series which explains the complete step-by-step procedure of working of Fibonacci Series and its code. It is designed by using HTML, CSS and Javascript.