Skip to content

Commit

Permalink
Merge branch 'master' into patch-4
Browse files Browse the repository at this point in the history
  • Loading branch information
HarryVasanth authored Oct 30, 2024
2 parents b2feacd + 9a4ed79 commit f4a1076
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion subjects/pronoun/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
Create a function named `pronoun` that accepts a string parameter.
This function returns an object that will have all the personal pronouns, present in the string, as keys. Each key will have a sub object with the first word after each of the personal pronouns found in the string.

You must also a `count` property to the sub object, with the amount of occurrences of the pronoun.
You must also add a `count` property to the sub object, with the amount of occurrences of the pronoun.

Pronouns:

- i
- you
- he
Expand Down

0 comments on commit f4a1076

Please sign in to comment.