Skip to content

Commit

Permalink
Added capitalize function feature
Browse files Browse the repository at this point in the history
  • Loading branch information
mahammad-mostafa committed Jul 21, 2023
1 parent e016103 commit 5471361
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ It also includes config linters for `JavaScript` in the `.github` directory.
- One test case was done for `reverseString` function in `reverseString.test.js`
- Object `calculator` contains four functions (`add` / `subtract` / `multiply` / `divide`)
- Each function inside the `calculator` object has three test cases grouped together
- Function `capitalize` takes a string input & returns it with first letter capitalized
- The test case for `capitalize` function was created first in `capitalize.test.js`

<p align="right"><a href="#title">back to top</a></p>

Expand Down

0 comments on commit 5471361

Please sign in to comment.