We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de6985d commit 6c6cd31Copy full SHA for 6c6cd31
src/recursion.js
@@ -1,7 +1,7 @@
1
// Complete the following functions.
2
3
const nFibonacci = (n) => {
4
- // fibonacci sequence: 1 2 3 5 8 13 ...
+ // fibonacci sequence: 1 1 2 3 5 8 13 ...
5
// return the nth number in the sequence
6
};
7
0 commit comments