Skip to content

Commit 058a0ea

Browse files
reverseWord in readme
1 parent 4a7cb4d commit 058a0ea

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,10 @@ console.log(capitalize('my sTring')); //My String
3434
| Method | Description |
3535
| -------------- | ---------------------------------------------------------------------------------------- |
3636
| `capitalize` | changes the first letter of all words in string to upper case and the rest in lower case |
37-
| `reverse` | changes the order of a word independently |
38-
| `isUpperCase` | checkes if a word is in upper case |
39-
| `isLowerCase` | checkes if a word is in lower case |
37+
| `reverse` | reverses the order of the characters in a string |
38+
| `reverseWord` | reverses the order of the words in a string |
39+
| `isUpperCase` | checks if a word is in upper case |
40+
| `isLowerCase` | checks if a word is in lower case |
4041
| `toCamelCase` | changes a word in any order to camel case notation |
4142
| `isPalindrome` | checks if a string is the same in reverse order |
4243

0 commit comments

Comments
 (0)