File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -44,43 +44,43 @@ Rewrite the above `doubleOddNumbers` function using `map` and `filter`; don't fo
4444const 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
6363const 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
You can’t perform that action at this time.
0 commit comments