Skip to content

Commit 0716053

Browse files
authored
readme commit
1 parent 5ff1064 commit 0716053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ In this repo, you can find examples to improve your Javascript Algorithm knowled
1010
- **Ex-6:** Calculate the factorial of a number
1111
- **Ex-7:** First Reverse: Have the function firstReverse(str) take the str parameter being passed and return the string in reversed order.
1212
- **Ex-8:** First Factorial: Have the function firstFactorial(num) take the num parameter being passed and return the factorial of it.
13-
13+
- **Ex-9:** Have the function longestWord(sen) take the sen parameter being passed and return the largest word in the string.
1414

1515

0 commit comments

Comments
 (0)