-
Notifications
You must be signed in to change notification settings - Fork 0
/
clipboard.txt
29 lines (29 loc) · 1007 Bytes
/
clipboard.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
this.products = [
{
"productId": 1,
"productName": "Leaf Rake",
"productCode": "GDN-0011",
"releaseDate": new Date(2009, 2, 19),
"description": "Leaf rake with 48-inch wooden handle.",
"price": 19.95,
"imageUrl": "http://openclipart.org/image/300px/svg_to_png/26215/Anonymous_Leaf_Rake.png"
},
{
"productId": 2,
"productName": "Garden Cart",
"productCode": "GDN-0023",
"releaseDate": new Date(2010, 2, 18),
"description": "15 gallon capacity rolling garden cart",
"price": 32.99,
"imageUrl": "http://openclipart.org/image/300px/svg_to_png/58471/garden_cart.png"
},
{
"productId": 5,
"productName": "Hammer",
"productCode": "TBX-0048",
"releaseDate": new Date(2013, 4, 21),
"description": "Curved claw steel hammer",
"price": 8.99,
"imageUrl": "http://openclipart.org/image/300px/svg_to_png/73/rejon_Hammer.png"
}
]