-
Notifications
You must be signed in to change notification settings - Fork 0
/
script.js
38 lines (38 loc) · 1006 Bytes
/
script.js
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
30
31
32
33
34
35
36
37
38
let itens = [
produto1 = {
image: './assets/img/painting/clock.jpg',
name: 'Smartwatch',
price: 'R$100,00',
type: 'Painting'
},
produto2 = {
image: './assets/img/painting/gamepad.jpg',
name: 'Controle Playstation',
price: 'R$100,00',
type: 'Painting'
},
produto3 = {
image: './assets/img/painting/personagem.jpg',
name: 'Robot',
price: 'R$100,00',
type: 'Painting'
},
produto4 = {
image: './assets/img/actions/animewoman.jpg',
name: 'Anime Woman',
price: 'R$100,00',
type: 'Action Figures'
},
produto5 = {
image: './assets/img/actions/dragonballpersonagem.jpg',
name: 'Goku Super Saiyajin',
price: 'R$100,00',
type: 'Action Figures'
},
produto6 = {
image: './assets/img/actions/starwarspersonagem.jpg',
name: 'Sr Yoda',
price: 'R$100,00',
type: 'Action Figures'
}
];