@@ -6,8 +6,8 @@ module.exports = [
6
6
price : 2999 ,
7
7
inStock : 50 ,
8
8
reviews : [
9
- { text : 'Almost fainted when I saw the price!' , rating : 2.5 , reviewer : 'Jack Anderson' } ,
10
- { text : 'That Retina display was all worth it!' , rating : 5 , reviewer : 'Catherine Bell' }
9
+ { text : 'Almost fainted when I saw the price!' , rating : 2.5 , reviewer : 'Jack Anderson' } ,
10
+ { text : 'That Retina display was all worth it!' , rating : 5 , reviewer : 'Catherine Bell' }
11
11
]
12
12
} ,
13
13
{
@@ -17,7 +17,7 @@ module.exports = [
17
17
price : 299 ,
18
18
inStock : 755 ,
19
19
reviews : [
20
- { text : 'No explosions so far, so pretty happy about that.' , rating : 3 , reviewer : 'Earl Green' }
20
+ { text : 'No explosions so far, so pretty happy about that.' , rating : 3 , reviewer : 'Earl Green' }
21
21
]
22
22
} ,
23
23
{
@@ -27,8 +27,8 @@ module.exports = [
27
27
price : 149 ,
28
28
inStock : 5 ,
29
29
reviews : [
30
- { text : 'Doesn\'t work. This one is just like the rest of them!' , rating : 0.5 , reviewer : 'Scott Ramirez' } ,
31
- { text : 'Where do I start?' , rating : 2 , reviewer : 'Walter Stewart' }
30
+ { text : 'Doesn\'t work. This one is just like the rest of them!' , rating : 0.5 , reviewer : 'Scott Ramirez' } ,
31
+ { text : 'Where do I start?' , rating : 2 , reviewer : 'Walter Stewart' }
32
32
]
33
33
} ,
34
34
{
@@ -46,8 +46,8 @@ module.exports = [
46
46
price : 599 ,
47
47
inStock : 0 ,
48
48
reviews : [
49
- { text : 'Seems like I had unrealistic expectations...' , rating : 1 , reviewer : 'Janice Price' } ,
50
- { text : 'Amazing product!' , rating : 4.5 , reviewer : 'Denise Hernandez' }
49
+ { text : 'Seems like I had unrealistic expectations...' , rating : 1 , reviewer : 'Janice Price' } ,
50
+ { text : 'Amazing product!' , rating : 4.5 , reviewer : 'Denise Hernandez' }
51
51
]
52
52
} ,
53
53
{
@@ -57,7 +57,7 @@ module.exports = [
57
57
price : 19 ,
58
58
inStock : 81 ,
59
59
reviews : [
60
- { text : 'I threw it on the ground!' , rating : 5 , reviewer : 'Nicole Henderson' }
60
+ { text : 'I threw it on the ground!' , rating : 5 , reviewer : 'Nicole Henderson' }
61
61
]
62
62
}
63
63
] ;
0 commit comments