Skip to content

Commit 96ab9e6

Browse files
authored
readme commit
1 parent f48822f commit 96ab9e6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ Open terminal and use the code below.
1515
- **Ex-8:** First Factorial: Have the function firstFactorial(num) take the num parameter being passed and return the factorial of it.
1616
- **Ex-9:** Longest Word: Have the function longestWord(sen) take the sen parameter being passed and return the largest word in the string.
1717
- **Ex-10** Letter Changes: Have the function letterChanges(str) take the str parameter being passed and modify it using the following algorithm.
18-
18+
- **Ex-11** Simple Adding: Have the function simpleAdding(num) add up all the numbers from 1 to num.
19+
- **Ex-12** Letter Capitalize: Have the function letterCapitalize(str) take the str parameter being passed and capitalize the first letter of each word.

0 commit comments

Comments
 (0)