Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 304da26

Browse files
authored
Update MAKEME.md
1 parent 6d16904 commit 304da26

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Week2/MAKEME.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -44,43 +44,43 @@ Rewrite the above `doubleOddNumbers` function using `map` and `filter`; don't fo
4444
const monday = [
4545
{
4646
name: 'Write a summary HTML/CSS',
47-
duration: 180
47+
duration: 180,
4848
},
4949
{
5050
name: 'Some web development',
51-
duration: 120
51+
duration: 120,
5252
},
5353
{
5454
name: 'Fix homework for class10',
55-
duration: 20
55+
duration: 20,
5656
},
5757
{
5858
name: 'Talk to a lot of people',
59-
duration: 1.0
60-
}
59+
duration: 200,
60+
},
6161
];
6262

6363
const tuesday = [
6464
{
6565
name: 'Keep writing summary',
66-
duration: 1.0
66+
duration: 240,
6767
},
6868
{
6969
name: 'Some more web development',
70-
duration: 180
70+
duration: 180,
7171
},
7272
{
7373
name: 'Staring out the window',
74-
duration: 10
74+
duration: 10,
7575
},
7676
{
7777
name: 'Talk to a lot of people',
78-
duration: 1.0
78+
duration: 200,
7979
},
8080
{
8181
name: 'Look at application assignments new students',
82-
duration: 40
83-
}
82+
duration: 40,
83+
},
8484
];
8585
```
8686

0 commit comments

Comments
 (0)