8000 Update 10_fibonacci/README.md · hellogabor/javascript-exercises@43a8b16 · GitHub
[go: up one dir, main page]

Skip to content

Commit 43a8b16

Browse files
Update 10_fibonacci/README.md
Co-authored-by: Manon <81025586+ManonLef@users.noreply.github.com>
1 parent 6d5f678 commit 43a8b16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

10_fibonacci/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Create a function that returns a specific member of the Fibonacci sequence:
44

55
> A series of numbers in which each number ( Fibonacci number ) is the sum of the two preceding numbers.
6-
> In this exercise, the Fibonacci sequence used is 1, 1, 2, 3, 5, 8...
6+
> In this exercise, the Fibonacci sequence used is 1, 1, 2, 3, 5, 8, etc.
77
> To learn more about Fibonacci sequences, go to: https://en.wikipedia.org/wiki/Fibonacci_sequence
88
99
```javascript

0 commit comments

Comments
 (0)
0