You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,3 +17,4 @@ Open terminal and use the code below.
17
17
-**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
19
-**Ex-12** Letter Capitalize: Have the function letterCapitalize(str) take the str parameter being passed and capitalize the first letter of each word.
20
+
-**Ex-13** Simple Adding: Have the function simpleAdding(num) add up all the numbers from 1 to num.
0 commit comments