Skip to content

Commit

Permalink
restructuring files
Browse files Browse the repository at this point in the history
  • Loading branch information
Asabeneh committed Jan 4, 2020
1 parent 28dc2d5 commit 109979e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
6 changes: 3 additions & 3 deletions 02_Day/02_day_strings.md → 02_Day/02_day_data_types.md
Original file line number Diff line number Diff line change
Expand Up @@ -686,9 +686,9 @@ console.log(string.repeat(10)) // lovelovelovelovelovelovelovelovelovelove
25. Use __match()__ to count the number all because's in the following sentence:__'You cannot end a sentence with because because because is a conjunction'__
26. Use __concat()__ and merge '30 Days of' and 'JavaScript' to a single string, '30 Days Of JavaScript'
27. Use __repeat()__ method to print 30 Days Of JavaScript 2 times
28. Love is the best thing in this world. Some found their love and some are still looking for their love. Count the number of word love in this sentence.
29. Calculate the total annual income of the person by extract the numbers from the following text. 'He earns 5000 euro from salary per month, 10000 euro annual bonus, 15000 euro online courses per month.'
30. Clean the following text and find the most frequent word(hint, use replace and regular express).
28. ** 'Love is the best thing in this world. Some found their love and some are still looking for their love.' Count the number of word love in this sentence.
29. ** Calculate the total annual income of the person by extract the numbers from the following text. 'He earns 5000 euro from salary per month, 10000 euro annual bonus, 15000 euro online courses per month.'
30. ** Clean the following text and find the most frequent word(hint, use replace and regular express).

```js
const sentence = '%I $am@% a %tea@cher%, &and& I lo%#ve %tea@ching%;. There $is nothing; &as& mo@re rewarding as educa@ting &and& @emp%o@wering peo@ple. ;I found tea@ching m%o@re interesting tha@n any other %jo@bs. %Do@es thi%s mo@tivate yo@u to be a tea@cher!? %Th#is 30#Days&OfJavaScript &is also $the $result of &love& of tea&ching'
Expand Down
4 changes: 2 additions & 2 deletions 03_Day/03_booleans_operators_date.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Table of Contents

[<< Day 2](https://github.com/Asabeneh/30DaysOfJavaScript/blob/master/02_Day/02_day_strings.md) | [Day 4 >>](#)
[<< Day 2](https://github.com/Asabeneh/30DaysOfJavaScript/blob/master/02_Day/02_day_data_types.md) | [Day 4 >>](#)
--

![Thirty Days Of JavaScript](./day_1_3.png)
Expand Down Expand Up @@ -569,4 +569,4 @@ You are 25. You are old enough to drive
🎉 CONGRATULATIONS ! 🎉
[<< Day 2](https://github.com/Asabeneh/30DaysOfJavaScript/blob/master/02_Day/02_day_strings.md) | [Day 4 >>](#)
[<< Day 2](https://github.com/Asabeneh/30DaysOfJavaScript/blob/master/02_Day/02_day_data_types.md) | [Day 4 >>](#)
5 changes: 2 additions & 3 deletions readMe.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Table of Contents

[Day 2 >>](https://github.com/Asabeneh/30DaysOfJavaScript/blob/master/02_Day/02_day_strings.md)
[Day 2 >>](https://github.com/Asabeneh/30DaysOfJavaScript/blob/master/02_Day/02_day_data_types.md)
--

![Thirty Days Of JavaScript](./images/day_1_1.png)
Expand Down Expand Up @@ -565,5 +565,4 @@ When you run the files on 01-Day folder you should get this:
🎉 CONGRATULATIONS ! 🎉
[Day 2 >>](https://github.com/Asabeneh/30DaysOfJavaScript/blob/master/02_Day/02_day_strings.md)
[Day 2 >>](https://github.com/Asabeneh/30DaysOfJavaScript/blob/master/02_Day/02_day_data_types.md)

0 comments on commit 109979e

Please sign in to comment.