Skip to content

Commit da6d008

Browse files
authored
Update README.md
1 parent bba61e3 commit da6d008

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,12 @@ _You should make a PR (stands for Pull Request) as soon as you make any signific
8484
### Bonus Time!
8585

8686
#### Bonus 1:
87-
<br>
8887
Go to [lorem ipsum generator](http://www.lipsum.com/) and:
8988
- Generate 3 paragraphs. Store the text in a variable type of string.
9089
- Make your program count the number of words in the string.
9190
- Make your program count the number of times the Latin word [`et`](https://en.wiktionary.org/wiki/et#Latin) appears.
9291

9392
#### Bonus 2:
94-
<br>
9593
Create a new variable `phraseToCheck` and have it contain some string value. Write a code that will check if the value we assigned to this variable is a [Palindrome](https://en.wikipedia.org/wiki/Palindrome). Here are some examples of palindromes:
9694
- "A man, a plan, a canal, Panama!"
9795
- "Amor, Roma"

0 commit comments

Comments
 (0)