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
44
44
const monday = [
45
45
{
46
46
name: ' Write a summary HTML/CSS' ,
47
- duration: 180
47
+ duration: 180 ,
48
48
},
49
49
{
50
50
name: ' Some web development' ,
51
- duration: 120
51
+ duration: 120 ,
52
52
},
53
53
{
54
54
name: ' Fix homework for class10' ,
55
- duration: 20
55
+ duration: 20 ,
56
56
},
57
57
{
58
58
name: ' Talk to a lot of people' ,
59
- duration: 1.0
60
- }
59
+ duration: 200 ,
60
+ },
61
61
];
62
62
63
63
const tuesday = [
64
64
{
65
65
name: ' Keep writing summary' ,
66
- duration: 1.0
66
+ duration: 240 ,
67
67
},
68
68
{
69
69
name: ' Some more web development' ,
70
- duration: 180
70
+ duration: 180 ,
71
71
},
72
72
{
73
73
name: ' Staring out the window' ,
74
- duration: 10
74
+ duration: 10 ,
75
75
},
76
76
{
77
77
name: ' Talk to a lot of people' ,
78
- duration: 1.0
78
+ duration: 200 ,
79
79
},
80
80
{
81
81
name: ' Look at application assignments new students' ,
82
- duration: 40
83
- }
82
+ duration: 40 ,
83
+ },
84
84
];
85
85
```
86
86
You can’t perform that action at this time.
0 commit comments