5 ms·
So, you created a function to generate a number containing digits of the Fibonacci sequence, then you used the generated number to create another function to co
by Coder1996 3y ago
So, you created a function to generate a number containing digits of the Fibonacci sequence, then you used the generated number to create another function to compute a zfibonacci sequence, and thus you eliminated a need for looping or recursion.
Cool!