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
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -84,14 +84,12 @@ _You should make a PR (stands for Pull Request) as soon as you make any signific
84
84
### Bonus Time!
85
85
86
86
#### Bonus 1:
87
-
<br>
88
87
Go to [lorem ipsum generator](http://www.lipsum.com/) and:
89
88
- Generate 3 paragraphs. Store the text in a variable type of string.
90
89
- Make your program count the number of words in the string.
91
90
- Make your program count the number of times the Latin word [`et`](https://en.wiktionary.org/wiki/et#Latin) appears.
92
91
93
92
#### Bonus 2:
94
-
<br>
95
93
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:
0 commit comments