Generates an array, containing the Fibonacci sequence, up until the nth term
fibonacci(6); // [0, 1, 1, 2, 3, 5]
Generated using TypeDoc
Generates an array, containing the Fibonacci sequence, up until the nth term
Example