├── 1-exercise-solutions ├── lesson-01 │ ├── 1a.js │ ├── 1b.js │ ├── 1c.js │ ├── 1d.js │ ├── 1e.js │ ├── 1f.js │ ├── 1g.js │ ├── 1h.js │ ├── 1i.js │ ├── 1j.js │ └── README.md ├── lesson-02 │ ├── 2a.js │ ├── 2b.js │ ├── 2c.js │ ├── 2d.js │ ├── 2e.js │ ├── 2f.js │ ├── 2g.js │ ├── 2h.js │ ├── 2i.js │ ├── 2j.js │ ├── 2k.js │ ├── 2l.js │ ├── 2m.js │ ├── 2n.js │ └── README.md ├── lesson-03 │ ├── 3a.js │ ├── 3b.js │ ├── 3c.js │ ├── 3d.js │ ├── 3e.js │ ├── 3f.js │ ├── 3g.js │ ├── 3h.js │ ├── 3i.js │ ├── 3j.js │ ├── 3k.js │ ├── 3l.js │ ├── 3m.js │ ├── 3n.js │ └── README.md ├── lesson-04 │ ├── 4a.html │ ├── 4b.html │ ├── 4c.html │ ├── 4d.html │ ├── 4e.html │ ├── 4f.html │ ├── 4g.html │ ├── 4h.html │ ├── 4i.html │ ├── 4j.html │ └── README.md ├── lesson-05 │ ├── 5a.html │ ├── 5b.html │ ├── 5c.html │ ├── 5d.html │ ├── 5e.html │ ├── 5f.html │ ├── 5g.html │ ├── 5h.html │ ├── 5i.html │ ├── 5j.html │ ├── 5k.html │ ├── 5l.html │ ├── 5m.html │ ├── 5n.html │ ├── 5o.html │ ├── 5p.html │ ├── 5q.html │ ├── 5r.html │ └── README.md ├── lesson-06 │ ├── 6a.html │ ├── 6b.html │ ├── 6c.html │ ├── 6d.html │ ├── 6e.html │ ├── 6f.html │ ├── 6g.html │ ├── 6h.html │ ├── 6i.html │ ├── 6j.html │ ├── 6k.html │ ├── 6l.html │ └── README.md ├── lesson-07 │ ├── 7a.html │ ├── 7b.html │ ├── 7c.html │ ├── 7d.html │ ├── 7e.html │ ├── 7f.html │ ├── 7g.html │ ├── 7h.html │ ├── 7i.html │ ├── 7j.html │ ├── 7k.html │ ├── 7l.html │ └── README.md ├── lesson-08 │ ├── 8a.html │ ├── 8b.html │ ├── 8c.html │ ├── 8d.html │ ├── 8e.html │ ├── 8f.html │ ├── 8g.html │ ├── 8h.html │ ├── 8i.html │ ├── 8j.html │ ├── 8k.html │ └── README.md ├── lesson-09 │ ├── 9a.html │ ├── 9b.html │ ├── 9c.html │ ├── 9d.html │ ├── 9e.html │ ├── 9f.html │ ├── 9g.html │ ├── 9h.html │ ├── 9i.html │ ├── 9j.html │ └── README.md ├── lesson-10 │ ├── 10a.html │ ├── 10b.html │ ├── 10c.html │ ├── 10d.html │ ├── 10e.html │ ├── 10f.css │ ├── 10f.html │ ├── 10f.js │ ├── 10g.css │ ├── 10g.html │ ├── 10g.js │ ├── 10h.html │ ├── 10i.html │ ├── 10j.css │ ├── 10j.html │ ├── 10j.js │ └── README.md ├── lesson-11 │ ├── 11a.html │ ├── 11b.html │ ├── 11c.html │ ├── 11d.html │ ├── 11e.html │ ├── 11f.html │ ├── 11g.html │ ├── 11h.html │ ├── 11i.html │ ├── 11j.html │ ├── 11k.html │ ├── 11l.html │ ├── 11m.html │ ├── 11n.html │ ├── 11o.html │ ├── 11p.html │ ├── 11q.html │ ├── 11r.html │ ├── 11s.html │ ├── 11t.html │ ├── 11u.html │ ├── 11v.html │ ├── 11w.html │ ├── 11x.css │ ├── 11x.html │ ├── 11x.js │ └── README.md ├── lesson-12 │ ├── 12a.html │ ├── 12b.html │ ├── 12c.html │ ├── 12d.html │ ├── 12e.html │ ├── 12f.html │ ├── 12g.html │ ├── 12h.html │ ├── 12i.html │ ├── 12j.html │ ├── 12k.html │ ├── 12l.html │ ├── 12m.html │ ├── 12n.html │ ├── 12o.html │ ├── 12p.html │ ├── 12q.html │ ├── 12r.css │ ├── 12r.html │ ├── 12r.js │ ├── 12s.html │ ├── 12s.js │ ├── 12t.js │ ├── 12u.js │ ├── 12v.html │ ├── 12v.js │ ├── 12w.js │ ├── 12x.css │ ├── 12x.html │ ├── 12x.js │ ├── README.md │ └── images │ │ ├── paper-emoji.png │ │ ├── rock-emoji.png │ │ └── scissors-emoji.png ├── lesson-13 │ ├── 13a.md │ ├── 13b.md │ ├── 13c.md │ ├── 13d.md │ ├── 13e.md │ ├── 13f.md │ ├── 13g.md │ ├── 13h.md │ ├── 13i.md │ ├── 13j.md │ ├── 13k.md │ ├── 13l.md │ ├── 13m.md │ └── README.md ├── lesson-14 │ ├── 14a.md │ ├── 14b.md │ ├── 14c.md │ ├── 14d.md │ ├── 14e.md │ ├── 14f.md │ ├── 14g.md │ ├── 14h.md │ ├── 14i.md │ ├── 14j.md │ ├── 14k.md │ ├── 14l.md │ ├── 14m.md │ ├── 14n.md │ └── README.md ├── lesson-15 │ ├── 15a.html │ ├── 15b.html │ ├── 15c.html │ ├── 15d.html │ ├── 15e.html │ ├── 15f.html │ ├── 15f.js │ ├── 15g.html │ ├── 15g.js │ ├── 15h.md │ ├── 15i.md │ ├── 15j.md │ ├── 15k.md │ ├── 15l.md │ ├── 15m.md │ ├── 15n.md │ └── README.md ├── lesson-16 │ ├── 16a.md │ ├── 16b.md │ ├── 16c.md │ ├── 16d.md │ ├── 16e.md │ ├── 16f.md │ ├── 16g.md │ ├── 16h.md │ ├── 16i.md │ ├── 16j.md │ ├── 16k.md │ ├── 16l.md │ ├── 16m.md │ └── README.md ├── lesson-17 │ ├── 17a.md │ ├── 17b.md │ ├── 17c.md │ ├── 17d.md │ ├── 17e.md │ ├── 17f.md │ ├── 17g.md │ ├── 17h.md │ ├── 17i.md │ ├── 17j.md │ └── README.md └── lesson-18 │ ├── 18a.md │ ├── 18b.md │ ├── 18c.md │ ├── 18d.md │ ├── 18e.md │ ├── 18f.md │ ├── 18g.md │ ├── 18h.md │ ├── 18i.md │ ├── 18j.md │ ├── 18k.md │ ├── 18l.md │ ├── 18m.md │ ├── 18n.md │ ├── 18o.md │ ├── 18p.md │ ├── 18q.md │ ├── 18r.md │ └── README.md ├── 2-copy-of-code ├── 04-website.html ├── 05-cart-quantity.html ├── 05-variables.html ├── 06-booleans.html ├── 06-rock-paper-scissors.html ├── 07-functions.html ├── 07-rock-paper-scissors.html ├── 08-objects.html ├── 08-rock-paper-scissors.html ├── 09-dom-projects.html ├── 09-dom.html ├── 09-rock-paper-scissors.html ├── 10-dom-projects.html ├── 10-rock-paper-scissors.html ├── 11-arrays-and-loops.html ├── 11-todo-list.html ├── 12-advanced-functions.html ├── 12-rock-paper-scissors.html ├── 12-todo-list.html ├── images │ ├── paper-emoji.png │ ├── rock-emoji.png │ └── scissors-emoji.png ├── lesson-01 │ └── javascript-basics.js ├── lesson-02 │ └── numbers-and-math.js ├── lesson-03 │ └── strings.js ├── lesson-13 │ ├── amazon.html │ ├── backend │ │ └── products.json │ ├── checkout.html │ ├── data │ │ ├── cart.js │ │ └── products.js │ ├── images │ │ ├── amazon-logo-white.png │ │ ├── amazon-logo.png │ │ ├── amazon-mobile-logo-white.png │ │ ├── amazon-mobile-logo.png │ │ ├── appliance-instructions.png │ │ ├── appliance-warranty.png │ │ ├── clothing-size-chart.png │ │ ├── icons │ │ │ ├── buy-again.png │ │ │ ├── cart-icon.png │ │ │ ├── checkmark.png │ │ │ ├── checkout-lock-icon.png │ │ │ ├── hamburger-menu.png │ │ │ └── search-icon.png │ │ ├── products │ │ │ ├── 6-piece-non-stick-baking-set.webp │ │ │ ├── 6-piece-white-dinner-plate-set.jpg │ │ │ ├── adults-plain-cotton-tshirt-2-pack-teal.jpg │ │ │ ├── athletic-cotton-socks-6-pairs.jpg │ │ │ ├── backpack.jpg │ │ │ ├── bathroom-rug.jpg │ │ │ ├── black-2-slot-toaster.jpg │ │ │ ├── blackout-curtain-set-beige.webp │ │ │ ├── blackout-curtains-black.jpg │ │ │ ├── coffeemaker-with-glass-carafe-black.jpg │ │ │ ├── cotton-bath-towels-teal.webp │ │ │ ├── countertop-blender-64-oz.jpg │ │ │ ├── double-elongated-twist-french-wire-earrings.webp │ │ │ ├── duvet-cover-set-blue-twin.jpg │ │ │ ├── electric-glass-and-steel-hot-water-kettle.webp │ │ │ ├── facial-tissue-2-ply-18-boxes.jpg │ │ │ ├── floral-mixing-bowl-set.jpg │ │ │ ├── intermediate-composite-basketball.jpg │ │ │ ├── kitchen-paper-towels-30-pack.jpg │ │ │ ├── knit-athletic-sneakers-gray.jpg │ │ │ ├── knit-athletic-sneakers-pink.webp │ │ │ ├── liquid-laundry-detergent-plain.jpg │ │ │ ├── luxury-tower-set-6-piece.jpg │ │ │ ├── men-athletic-shoes-green.jpg │ │ │ ├── men-chino-pants-beige.jpg │ │ │ ├── men-cozy-fleece-zip-up-hoodie-red.jpg │ │ │ ├── men-golf-polo-t-shirt-blue.jpg │ │ │ ├── men-navigator-sunglasses-brown.jpg │ │ │ ├── men-slim-fit-summer-shorts-gray.jpg │ │ │ ├── non-stick-cooking-set-15-pieces.webp │ │ │ ├── plain-hooded-fleece-sweatshirt-yellow.jpg │ │ │ ├── round-airtight-food-storage-containers.jpg │ │ │ ├── round-sunglasses-black.jpg │ │ │ ├── sky-flower-stud-earrings.webp │ │ │ ├── straw-sunhat.webp │ │ │ ├── trash-can-with-foot-pedal-50-liter.jpg │ │ │ ├── umbrella.jpg │ │ │ ├── vanity-mirror-silver.jpg │ │ │ ├── variations │ │ │ │ ├── adults-plain-cotton-tshirt-2-pack-black.jpg │ │ │ │ ├── adults-plain-cotton-tshirt-2-pack-plus-black.jpg │ │ │ │ ├── adults-plain-cotton-tshirt-2-pack-red.jpg │ │ │ │ ├── adults-plain-cotton-tshirt-2-pack-teal.jpg │ │ │ │ ├── duvet-cover-set-blue-queen.jpg │ │ │ │ ├── duvet-cover-set-blue-twin.jpg │ │ │ │ ├── duvet-cover-set-red-queen.jpg │ │ │ │ ├── duvet-cover-set-red-twin.jpg │ │ │ │ ├── liquid-laundry-detergent-lavender.jpg │ │ │ │ ├── liquid-laundry-detergent-plain.jpg │ │ │ │ ├── luxury-tower-set-4-piece.jpg │ │ │ │ ├── luxury-tower-set-6-piece.jpg │ │ │ │ ├── men-athletic-shoes-black.jpg │ │ │ │ ├── men-athletic-shoes-green.jpg │ │ │ │ ├── men-chino-pants-beige.jpg │ │ │ │ ├── men-chino-pants-black.jpg │ │ │ │ ├── men-chino-pants-green.jpg │ │ │ │ ├── men-cozy-fleece-zip-up-hoodie-black.jpg │ │ │ │ ├── men-cozy-fleece-zip-up-hoodie-red.jpg │ │ │ │ ├── men-golf-polo-t-shirt-black.jpg │ │ │ │ ├── men-golf-polo-t-shirt-blue.jpg │ │ │ │ ├── men-golf-polo-t-shirt-red.jpg │ │ │ │ ├── men-navigator-sunglasses-brown.jpg │ │ │ │ ├── men-navigator-sunglasses-silver.jpg │ │ │ │ ├── men-slim-fit-summer-shorts-beige.jpg │ │ │ │ ├── men-slim-fit-summer-shorts-black.jpg │ │ │ │ ├── men-slim-fit-summer-shorts-gray.jpg │ │ │ │ ├── plain-hooded-fleece-sweatshirt-teal.jpg │ │ │ │ ├── plain-hooded-fleece-sweatshirt-yellow.jpg │ │ │ │ ├── round-sunglasses-black.jpg │ │ │ │ ├── round-sunglasses-gold.jpg │ │ │ │ ├── trash-can-with-foot-pedal-30-liter-tall.jpg │ │ │ │ ├── trash-can-with-foot-pedal-50-liter.jpg │ │ │ │ ├── women-french-terry-fleece-jogger-camo.jpg │ │ │ │ ├── women-french-terry-fleece-jogger-gray.jpg │ │ │ │ ├── women-knit-ballet-flat-black.jpg │ │ │ │ ├── women-knit-ballet-flat-gray.jpg │ │ │ │ ├── women-knit-ballet-flat-leopard.jpg │ │ │ │ ├── women-stretch-popover-hoodie-black.jpg │ │ │ │ ├── women-stretch-popover-hoodie-blue.jpg │ │ │ │ └── women-stretch-popover-hoodie-gray.jpg │ │ │ ├── women-beach-sandals.jpg │ │ │ ├── women-chiffon-beachwear-coverup-black.jpg │ │ │ ├── women-chunky-beanie-gray.webp │ │ │ ├── women-french-terry-fleece-jogger-camo.jpg │ │ │ ├── women-knit-ballet-flat-black.jpg │ │ │ └── women-stretch-popover-hoodie-black.jpg │ │ └── ratings │ │ │ ├── rating-0.png │ │ │ ├── rating-05.png │ │ │ ├── rating-10.png │ │ │ ├── rating-15.png │ │ │ ├── rating-20.png │ │ │ ├── rating-25.png │ │ │ ├── rating-30.png │ │ │ ├── rating-35.png │ │ │ ├── rating-40.png │ │ │ ├── rating-45.png │ │ │ └── rating-50.png │ ├── orders.html │ ├── scripts │ │ └── amazon.js │ ├── styles │ │ ├── pages │ │ │ ├── amazon.css │ │ │ ├── checkout │ │ │ │ ├── checkout-header.css │ │ │ │ └── checkout.css │ │ │ ├── orders.css │ │ │ └── tracking.css │ │ └── shared │ │ │ ├── amazon-header.css │ │ │ └── general.css │ └── tracking.html ├── lesson-14 │ ├── amazon.html │ ├── backend │ │ └── products.json │ ├── checkout.html │ ├── data │ │ ├── cart.js │ │ └── products.js │ ├── images │ │ ├── amazon-logo-white.png │ │ ├── amazon-logo.png │ │ ├── amazon-mobile-logo-white.png │ │ ├── amazon-mobile-logo.png │ │ ├── appliance-instructions.png │ │ ├── appliance-warranty.png │ │ ├── clothing-size-chart.png │ │ ├── icons │ │ │ ├── buy-again.png │ │ │ ├── cart-icon.png │ │ │ ├── checkmark.png │ │ │ ├── checkout-lock-icon.png │ │ │ ├── hamburger-menu.png │ │ │ └── search-icon.png │ │ ├── products │ │ │ ├── 6-piece-non-stick-baking-set.webp │ │ │ ├── 6-piece-white-dinner-plate-set.jpg │ │ │ ├── adults-plain-cotton-tshirt-2-pack-teal.jpg │ │ │ ├── athletic-cotton-socks-6-pairs.jpg │ │ │ ├── backpack.jpg │ │ │ ├── bathroom-rug.jpg │ │ │ ├── black-2-slot-toaster.jpg │ │ │ ├── blackout-curtain-set-beige.webp │ │ │ ├── blackout-curtains-black.jpg │ │ │ ├── coffeemaker-with-glass-carafe-black.jpg │ │ │ ├── cotton-bath-towels-teal.webp │ │ │ ├── countertop-blender-64-oz.jpg │ │ │ ├── double-elongated-twist-french-wire-earrings.webp │ │ │ ├── duvet-cover-set-blue-twin.jpg │ │ │ ├── electric-glass-and-steel-hot-water-kettle.webp │ │ │ ├── facial-tissue-2-ply-18-boxes.jpg │ │ │ ├── floral-mixing-bowl-set.jpg │ │ │ ├── intermediate-composite-basketball.jpg │ │ │ ├── kitchen-paper-towels-30-pack.jpg │ │ │ ├── knit-athletic-sneakers-gray.jpg │ │ │ ├── knit-athletic-sneakers-pink.webp │ │ │ ├── liquid-laundry-detergent-plain.jpg │ │ │ ├── luxury-tower-set-6-piece.jpg │ │ │ ├── men-athletic-shoes-green.jpg │ │ │ ├── men-chino-pants-beige.jpg │ │ │ ├── men-cozy-fleece-zip-up-hoodie-red.jpg │ │ │ ├── men-golf-polo-t-shirt-blue.jpg │ │ │ ├── men-navigator-sunglasses-brown.jpg │ │ │ ├── men-slim-fit-summer-shorts-gray.jpg │ │ │ ├── non-stick-cooking-set-15-pieces.webp │ │ │ ├── plain-hooded-fleece-sweatshirt-yellow.jpg │ │ │ ├── round-airtight-food-storage-containers.jpg │ │ │ ├── round-sunglasses-black.jpg │ │ │ ├── sky-flower-stud-earrings.webp │ │ │ ├── straw-sunhat.webp │ │ │ ├── trash-can-with-foot-pedal-50-liter.jpg │ │ │ ├── umbrella.jpg │ │ │ ├── vanity-mirror-silver.jpg │ │ │ ├── variations │ │ │ │ ├── adults-plain-cotton-tshirt-2-pack-black.jpg │ │ │ │ ├── adults-plain-cotton-tshirt-2-pack-plus-black.jpg │ │ │ │ ├── adults-plain-cotton-tshirt-2-pack-red.jpg │ │ │ │ ├── adults-plain-cotton-tshirt-2-pack-teal.jpg │ │ │ │ ├── duvet-cover-set-blue-queen.jpg │ │ │ │ ├── duvet-cover-set-blue-twin.jpg │ │ │ │ ├── duvet-cover-set-red-queen.jpg │ │ │ │ ├── duvet-cover-set-red-twin.jpg │ │ │ │ ├── liquid-laundry-detergent-lavender.jpg │ │ │ │ ├── liquid-laundry-detergent-plain.jpg │ │ │ │ ├── luxury-tower-set-4-piece.jpg │ │ │ │ ├── luxury-tower-set-6-piece.jpg │ │ │ │ ├── men-athletic-shoes-black.jpg │ │ │ │ ├── men-athletic-shoes-green.jpg │ │ │ │ ├── men-chino-pants-beige.jpg │ │ │ │ ├── men-chino-pants-black.jpg │ │ │ │ ├── men-chino-pants-green.jpg │ │ │ │ ├── men-cozy-fleece-zip-up-hoodie-black.jpg │ │ │ │ ├── men-cozy-fleece-zip-up-hoodie-red.jpg │ │ │ │ ├── men-golf-polo-t-shirt-black.jpg │ │ │ │ ├── men-golf-polo-t-shirt-blue.jpg │ │ │ │ ├── men-golf-polo-t-shirt-red.jpg │ │ │ │ ├── men-navigator-sunglasses-brown.jpg │ │ │ │ ├── men-navigator-sunglasses-silver.jpg │ │ │ │ ├── men-slim-fit-summer-shorts-beige.jpg │ │ │ │ ├── men-slim-fit-summer-shorts-black.jpg │ │ │ │ ├── men-slim-fit-summer-shorts-gray.jpg │ │ │ │ ├── plain-hooded-fleece-sweatshirt-teal.jpg │ │ │ │ ├── plain-hooded-fleece-sweatshirt-yellow.jpg │ │ │ │ ├── round-sunglasses-black.jpg │ │ │ │ ├── round-sunglasses-gold.jpg │ │ │ │ ├── trash-can-with-foot-pedal-30-liter-tall.jpg │ │ │ │ ├── trash-can-with-foot-pedal-50-liter.jpg │ │ │ │ ├── women-french-terry-fleece-jogger-camo.jpg │ │ │ │ ├── women-french-terry-fleece-jogger-gray.jpg │ │ │ │ ├── women-knit-ballet-flat-black.jpg │ │ │ │ ├── women-knit-ballet-flat-gray.jpg │ │ │ │ ├── women-knit-ballet-flat-leopard.jpg │ │ │ │ ├── women-stretch-popover-hoodie-black.jpg │ │ │ │ ├── women-stretch-popover-hoodie-blue.jpg │ │ │ │ └── women-stretch-popover-hoodie-gray.jpg │ │ │ ├── women-beach-sandals.jpg │ │ │ ├── women-chiffon-beachwear-coverup-black.jpg │ │ │ ├── women-chunky-beanie-gray.webp │ │ │ ├── women-french-terry-fleece-jogger-camo.jpg │ │ │ ├── women-knit-ballet-flat-black.jpg │ │ │ └── women-stretch-popover-hoodie-black.jpg │ │ └── ratings │ │ │ ├── rating-0.png │ │ │ ├── rating-05.png │ │ │ ├── rating-10.png │ │ │ ├── rating-15.png │ │ │ ├── rating-20.png │ │ │ ├── rating-25.png │ │ │ ├── rating-30.png │ │ │ ├── rating-35.png │ │ │ ├── rating-40.png │ │ │ ├── rating-45.png │ │ │ └── rating-50.png │ ├── orders.html │ ├── scripts │ │ ├── amazon.js │ │ ├── checkout.js │ │ └── utils │ │ │ └── money.js │ ├── styles │ │ ├── pages │ │ │ ├── amazon.css │ │ │ ├── checkout │ │ │ │ ├── checkout-header.css │ │ │ │ └── checkout.css │ │ │ ├── orders.css │ │ │ └── tracking.css │ │ └── shared │ │ │ ├── amazon-header.css │ │ │ └── general.css │ └── tracking.html ├── lesson-15 │ ├── amazon.html │ ├── backend │ │ └── products.json │ ├── checkout.html │ ├── data │ │ ├── cart.js │ │ ├── deliveryOptions.js │ │ └── products.js │ ├── images │ │ ├── amazon-logo-white.png │ │ ├── amazon-logo.png │ │ ├── amazon-mobile-logo-white.png │ │ ├── amazon-mobile-logo.png │ │ ├── appliance-instructions.png │ │ ├── appliance-warranty.png │ │ ├── clothing-size-chart.png │ │ ├── icons │ │ │ ├── buy-again.png │ │ │ ├── cart-icon.png │ │ │ ├── checkmark.png │ │ │ ├── checkout-lock-icon.png │ │ │ ├── hamburger-menu.png │ │ │ └── search-icon.png │ │ ├── products │ │ │ ├── 6-piece-non-stick-baking-set.webp │ │ │ ├── 6-piece-white-dinner-plate-set.jpg │ │ │ ├── adults-plain-cotton-tshirt-2-pack-teal.jpg │ │ │ ├── athletic-cotton-socks-6-pairs.jpg │ │ │ ├── backpack.jpg │ │ │ ├── bathroom-rug.jpg │ │ │ ├── black-2-slot-toaster.jpg │ │ │ ├── blackout-curtain-set-beige.webp │ │ │ ├── blackout-curtains-black.jpg │ │ │ ├── coffeemaker-with-glass-carafe-black.jpg │ │ │ ├── cotton-bath-towels-teal.webp │ │ │ ├── countertop-blender-64-oz.jpg │ │ │ ├── double-elongated-twist-french-wire-earrings.webp │ │ │ ├── duvet-cover-set-blue-twin.jpg │ │ │ ├── electric-glass-and-steel-hot-water-kettle.webp │ │ │ ├── facial-tissue-2-ply-18-boxes.jpg │ │ │ ├── floral-mixing-bowl-set.jpg │ │ │ ├── intermediate-composite-basketball.jpg │ │ │ ├── kitchen-paper-towels-30-pack.jpg │ │ │ ├── knit-athletic-sneakers-gray.jpg │ │ │ ├── knit-athletic-sneakers-pink.webp │ │ │ ├── liquid-laundry-detergent-plain.jpg │ │ │ ├── luxury-tower-set-6-piece.jpg │ │ │ ├── men-athletic-shoes-green.jpg │ │ │ ├── men-chino-pants-beige.jpg │ │ │ ├── men-cozy-fleece-zip-up-hoodie-red.jpg │ │ │ ├── men-golf-polo-t-shirt-blue.jpg │ │ │ ├── men-navigator-sunglasses-brown.jpg │ │ │ ├── men-slim-fit-summer-shorts-gray.jpg │ │ │ ├── non-stick-cooking-set-15-pieces.webp │ │ │ ├── plain-hooded-fleece-sweatshirt-yellow.jpg │ │ │ ├── round-airtight-food-storage-containers.jpg │ │ │ ├── round-sunglasses-black.jpg │ │ │ ├── sky-flower-stud-earrings.webp │ │ │ ├── straw-sunhat.webp │ │ │ ├── trash-can-with-foot-pedal-50-liter.jpg │ │ │ ├── umbrella.jpg │ │ │ ├── vanity-mirror-silver.jpg │ │ │ ├── variations │ │ │ │ ├── adults-plain-cotton-tshirt-2-pack-black.jpg │ │ │ │ ├── adults-plain-cotton-tshirt-2-pack-plus-black.jpg │ │ │ │ ├── adults-plain-cotton-tshirt-2-pack-red.jpg │ │ │ │ ├── adults-plain-cotton-tshirt-2-pack-teal.jpg │ │ │ │ ├── duvet-cover-set-blue-queen.jpg │ │ │ │ ├── duvet-cover-set-blue-twin.jpg │ │ │ │ ├── duvet-cover-set-red-queen.jpg │ │ │ │ ├── duvet-cover-set-red-twin.jpg │ │ │ │ ├── liquid-laundry-detergent-lavender.jpg │ │ │ │ ├── liquid-laundry-detergent-plain.jpg │ │ │ │ ├── luxury-tower-set-4-piece.jpg │ │ │ │ ├── luxury-tower-set-6-piece.jpg │ │ │ │ ├── men-athletic-shoes-black.jpg │ │ │ │ ├── men-athletic-shoes-green.jpg │ │ │ │ ├── men-chino-pants-beige.jpg │ │ │ │ ├── men-chino-pants-black.jpg │ │ │ │ ├── men-chino-pants-green.jpg │ │ │ │ ├── men-cozy-fleece-zip-up-hoodie-black.jpg │ │ │ │ ├── men-cozy-fleece-zip-up-hoodie-red.jpg │ │ │ │ ├── men-golf-polo-t-shirt-black.jpg │ │ │ │ ├── men-golf-polo-t-shirt-blue.jpg │ │ │ │ ├── men-golf-polo-t-shirt-red.jpg │ │ │ │ ├── men-navigator-sunglasses-brown.jpg │ │ │ │ ├── men-navigator-sunglasses-silver.jpg │ │ │ │ ├── men-slim-fit-summer-shorts-beige.jpg │ │ │ │ ├── men-slim-fit-summer-shorts-black.jpg │ │ │ │ ├── men-slim-fit-summer-shorts-gray.jpg │ │ │ │ ├── plain-hooded-fleece-sweatshirt-teal.jpg │ │ │ │ ├── plain-hooded-fleece-sweatshirt-yellow.jpg │ │ │ │ ├── round-sunglasses-black.jpg │ │ │ │ ├── round-sunglasses-gold.jpg │ │ │ │ ├── trash-can-with-foot-pedal-30-liter-tall.jpg │ │ │ │ ├── trash-can-with-foot-pedal-50-liter.jpg │ │ │ │ ├── women-french-terry-fleece-jogger-camo.jpg │ │ │ │ ├── women-french-terry-fleece-jogger-gray.jpg │ │ │ │ ├── women-knit-ballet-flat-black.jpg │ │ │ │ ├── women-knit-ballet-flat-gray.jpg │ │ │ │ ├── women-knit-ballet-flat-leopard.jpg │ │ │ │ ├── women-stretch-popover-hoodie-black.jpg │ │ │ │ ├── women-stretch-popover-hoodie-blue.jpg │ │ │ │ └── women-stretch-popover-hoodie-gray.jpg │ │ │ ├── women-beach-sandals.jpg │ │ │ ├── women-chiffon-beachwear-coverup-black.jpg │ │ │ ├── women-chunky-beanie-gray.webp │ │ │ ├── women-french-terry-fleece-jogger-camo.jpg │ │ │ ├── women-knit-ballet-flat-black.jpg │ │ │ └── women-stretch-popover-hoodie-black.jpg │ │ └── ratings │ │ │ ├── rating-0.png │ │ │ ├── rating-05.png │ │ │ ├── rating-10.png │ │ │ ├── rating-15.png │ │ │ ├── rating-20.png │ │ │ ├── rating-25.png │ │ │ ├── rating-30.png │ │ │ ├── rating-35.png │ │ │ ├── rating-40.png │ │ │ ├── rating-45.png │ │ │ └── rating-50.png │ ├── orders.html │ ├── scripts │ │ ├── amazon.js │ │ ├── checkout.js │ │ ├── checkout │ │ │ ├── orderSummary.js │ │ │ └── paymentSummary.js │ │ └── utils │ │ │ └── money.js │ ├── styles │ │ ├── pages │ │ │ ├── amazon.css │ │ │ ├── checkout │ │ │ │ ├── checkout-header.css │ │ │ │ └── checkout.css │ │ │ ├── orders.css │ │ │ └── tracking.css │ │ └── shared │ │ │ ├── amazon-header.css │ │ │ └── general.css │ └── tracking.html ├── lesson-16 │ ├── amazon.html │ ├── backend │ │ └── products.json │ ├── checkout.html │ ├── data │ │ ├── cart.js │ │ ├── deliveryOptions.js │ │ └── products.js │ ├── images │ │ ├── amazon-logo-white.png │ │ ├── amazon-logo.png │ │ ├── amazon-mobile-logo-white.png │ │ ├── amazon-mobile-logo.png │ │ ├── appliance-instructions.png │ │ ├── appliance-warranty.png │ │ ├── clothing-size-chart.png │ │ ├── icons │ │ │ ├── buy-again.png │ │ │ ├── cart-icon.png │ │ │ ├── checkmark.png │ │ │ ├── checkout-lock-icon.png │ │ │ ├── hamburger-menu.png │ │ │ └── search-icon.png │ │ ├── products │ │ │ ├── 6-piece-non-stick-baking-set.webp │ │ │ ├── 6-piece-white-dinner-plate-set.jpg │ │ │ ├── adults-plain-cotton-tshirt-2-pack-teal.jpg │ │ │ ├── athletic-cotton-socks-6-pairs.jpg │ │ │ ├── backpack.jpg │ │ │ ├── bathroom-rug.jpg │ │ │ ├── black-2-slot-toaster.jpg │ │ │ ├── blackout-curtain-set-beige.webp │ │ │ ├── blackout-curtains-black.jpg │ │ │ ├── coffeemaker-with-glass-carafe-black.jpg │ │ │ ├── cotton-bath-towels-teal.webp │ │ │ ├── countertop-blender-64-oz.jpg │ │ │ ├── double-elongated-twist-french-wire-earrings.webp │ │ │ ├── duvet-cover-set-blue-twin.jpg │ │ │ ├── electric-glass-and-steel-hot-water-kettle.webp │ │ │ ├── facial-tissue-2-ply-18-boxes.jpg │ │ │ ├── floral-mixing-bowl-set.jpg │ │ │ ├── intermediate-composite-basketball.jpg │ │ │ ├── kitchen-paper-towels-30-pack.jpg │ │ │ ├── knit-athletic-sneakers-gray.jpg │ │ │ ├── knit-athletic-sneakers-pink.webp │ │ │ ├── liquid-laundry-detergent-plain.jpg │ │ │ ├── luxury-tower-set-6-piece.jpg │ │ │ ├── men-athletic-shoes-green.jpg │ │ │ ├── men-chino-pants-beige.jpg │ │ │ ├── men-cozy-fleece-zip-up-hoodie-red.jpg │ │ │ ├── men-golf-polo-t-shirt-blue.jpg │ │ │ ├── men-navigator-sunglasses-brown.jpg │ │ │ ├── men-slim-fit-summer-shorts-gray.jpg │ │ │ ├── non-stick-cooking-set-15-pieces.webp │ │ │ ├── plain-hooded-fleece-sweatshirt-yellow.jpg │ │ │ ├── round-airtight-food-storage-containers.jpg │ │ │ ├── round-sunglasses-black.jpg │ │ │ ├── sky-flower-stud-earrings.webp │ │ │ ├── straw-sunhat.webp │ │ │ ├── trash-can-with-foot-pedal-50-liter.jpg │ │ │ ├── umbrella.jpg │ │ │ ├── vanity-mirror-silver.jpg │ │ │ ├── variations │ │ │ │ ├── adults-plain-cotton-tshirt-2-pack-black.jpg │ │ │ │ ├── adults-plain-cotton-tshirt-2-pack-plus-black.jpg │ │ │ │ ├── adults-plain-cotton-tshirt-2-pack-red.jpg │ │ │ │ ├── adults-plain-cotton-tshirt-2-pack-teal.jpg │ │ │ │ ├── duvet-cover-set-blue-queen.jpg │ │ │ │ ├── duvet-cover-set-blue-twin.jpg │ │ │ │ ├── duvet-cover-set-red-queen.jpg │ │ │ │ ├── duvet-cover-set-red-twin.jpg │ │ │ │ ├── liquid-laundry-detergent-lavender.jpg │ │ │ │ ├── liquid-laundry-detergent-plain.jpg │ │ │ │ ├── luxury-tower-set-4-piece.jpg │ │ │ │ ├── luxury-tower-set-6-piece.jpg │ │ │ │ ├── men-athletic-shoes-black.jpg │ │ │ │ ├── men-athletic-shoes-green.jpg │ │ │ │ ├── men-chino-pants-beige.jpg │ │ │ │ ├── men-chino-pants-black.jpg │ │ │ │ ├── men-chino-pants-green.jpg │ │ │ │ ├── men-cozy-fleece-zip-up-hoodie-black.jpg │ │ │ │ ├── men-cozy-fleece-zip-up-hoodie-red.jpg │ │ │ │ ├── men-golf-polo-t-shirt-black.jpg │ │ │ │ ├── men-golf-polo-t-shirt-blue.jpg │ │ │ │ ├── men-golf-polo-t-shirt-red.jpg │ │ │ │ ├── men-navigator-sunglasses-brown.jpg │ │ │ │ ├── men-navigator-sunglasses-silver.jpg │ │ │ │ ├── men-slim-fit-summer-shorts-beige.jpg │ │ │ │ ├── men-slim-fit-summer-shorts-black.jpg │ │ │ │ ├── men-slim-fit-summer-shorts-gray.jpg │ │ │ │ ├── plain-hooded-fleece-sweatshirt-teal.jpg │ │ │ │ ├── plain-hooded-fleece-sweatshirt-yellow.jpg │ │ │ │ ├── round-sunglasses-black.jpg │ │ │ │ ├── round-sunglasses-gold.jpg │ │ │ │ ├── trash-can-with-foot-pedal-30-liter-tall.jpg │ │ │ │ ├── trash-can-with-foot-pedal-50-liter.jpg │ │ │ │ ├── women-french-terry-fleece-jogger-camo.jpg │ │ │ │ ├── women-french-terry-fleece-jogger-gray.jpg │ │ │ │ ├── women-knit-ballet-flat-black.jpg │ │ │ │ ├── women-knit-ballet-flat-gray.jpg │ │ │ │ ├── women-knit-ballet-flat-leopard.jpg │ │ │ │ ├── women-stretch-popover-hoodie-black.jpg │ │ │ │ ├── women-stretch-popover-hoodie-blue.jpg │ │ │ │ └── women-stretch-popover-hoodie-gray.jpg │ │ │ ├── women-beach-sandals.jpg │ │ │ ├── women-chiffon-beachwear-coverup-black.jpg │ │ │ ├── women-chunky-beanie-gray.webp │ │ │ ├── women-french-terry-fleece-jogger-camo.jpg │ │ │ ├── women-knit-ballet-flat-black.jpg │ │ │ └── women-stretch-popover-hoodie-black.jpg │ │ └── ratings │ │ │ ├── rating-0.png │ │ │ ├── rating-05.png │ │ │ ├── rating-10.png │ │ │ ├── rating-15.png │ │ │ ├── rating-20.png │ │ │ ├── rating-25.png │ │ │ ├── rating-30.png │ │ │ ├── rating-35.png │ │ │ ├── rating-40.png │ │ │ ├── rating-45.png │ │ │ └── rating-50.png │ ├── orders.html │ ├── scripts │ │ ├── amazon.js │ │ ├── checkout.js │ │ ├── checkout │ │ │ ├── orderSummary.js │ │ │ └── paymentSummary.js │ │ └── utils │ │ │ └── money.js │ ├── styles │ │ ├── pages │ │ │ ├── amazon.css │ │ │ ├── checkout │ │ │ │ ├── checkout-header.css │ │ │ │ └── checkout.css │ │ │ ├── orders.css │ │ │ └── tracking.css │ │ └── shared │ │ │ ├── amazon-header.css │ │ │ └── general.css │ ├── tests │ │ ├── MIT.LICENSE │ │ ├── checkout │ │ │ └── orderSummaryTest.js │ │ ├── data │ │ │ └── cartTest.js │ │ ├── lib │ │ │ └── jasmine-5.1.1 │ │ │ │ ├── boot0.js │ │ │ │ ├── boot1.js │ │ │ │ ├── jasmine-html.js │ │ │ │ ├── jasmine.css │ │ │ │ ├── jasmine.js │ │ │ │ └── jasmine_favicon.png │ │ ├── tests-simple │ │ │ ├── moneyTest.js │ │ │ └── tests.html │ │ ├── tests.html │ │ └── utils │ │ │ └── moneyTest.js │ └── tracking.html ├── lesson-17 │ ├── amazon.html │ ├── backend │ │ └── products.json │ ├── checkout.html │ ├── data │ │ ├── cart-class.js │ │ ├── cart-oop.js │ │ ├── cart.js │ │ ├── deliveryOptions.js │ │ └── products.js │ ├── images │ │ ├── amazon-logo-white.png │ │ ├── amazon-logo.png │ │ ├── amazon-mobile-logo-white.png │ │ ├── amazon-mobile-logo.png │ │ ├── appliance-warranty.png │ │ ├── clothing-size-chart.png │ │ ├── icons │ │ │ ├── buy-again.png │ │ │ ├── cart-icon.png │ │ │ ├── checkmark.png │ │ │ ├── checkout-lock-icon.png │ │ │ ├── hamburger-menu.png │ │ │ └── search-icon.png │ │ ├── products │ │ │ ├── 6-piece-non-stick-baking-set.webp │ │ │ ├── 6-piece-white-dinner-plate-set.jpg │ │ │ ├── adults-plain-cotton-tshirt-2-pack-teal.jpg │ │ │ ├── athletic-cotton-socks-6-pairs.jpg │ │ │ ├── backpack.jpg │ │ │ ├── bathroom-rug.jpg │ │ │ ├── black-2-slot-toaster.jpg │ │ │ ├── blackout-curtain-set-beige.webp │ │ │ ├── blackout-curtains-black.jpg │ │ │ ├── coffeemaker-with-glass-carafe-black.jpg │ │ │ ├── cotton-bath-towels-teal.webp │ │ │ ├── countertop-blender-64-oz.jpg │ │ │ ├── double-elongated-twist-french-wire-earrings.webp │ │ │ ├── duvet-cover-set-blue-twin.jpg │ │ │ ├── electric-glass-and-steel-hot-water-kettle.webp │ │ │ ├── facial-tissue-2-ply-18-boxes.jpg │ │ │ ├── floral-mixing-bowl-set.jpg │ │ │ ├── intermediate-composite-basketball.jpg │ │ │ ├── kitchen-paper-towels-30-pack.jpg │ │ │ ├── knit-athletic-sneakers-gray.jpg │ │ │ ├── knit-athletic-sneakers-pink.webp │ │ │ ├── liquid-laundry-detergent-plain.jpg │ │ │ ├── luxury-tower-set-6-piece.jpg │ │ │ ├── men-athletic-shoes-green.jpg │ │ │ ├── men-chino-pants-beige.jpg │ │ │ ├── men-cozy-fleece-zip-up-hoodie-red.jpg │ │ │ ├── men-golf-polo-t-shirt-blue.jpg │ │ │ ├── men-navigator-sunglasses-brown.jpg │ │ │ ├── men-slim-fit-summer-shorts-gray.jpg │ │ │ ├── non-stick-cooking-set-15-pieces.webp │ │ │ ├── plain-hooded-fleece-sweatshirt-yellow.jpg │ │ │ ├── round-airtight-food-storage-containers.jpg │ │ │ ├── round-sunglasses-black.jpg │ │ │ ├── sky-flower-stud-earrings.webp │ │ │ ├── straw-sunhat.webp │ │ │ ├── trash-can-with-foot-pedal-50-liter.jpg │ │ │ ├── umbrella.jpg │ │ │ ├── vanity-mirror-silver.jpg │ │ │ ├── variations │ │ │ │ ├── adults-plain-cotton-tshirt-2-pack-black.jpg │ │ │ │ ├── adults-plain-cotton-tshirt-2-pack-plus-black.jpg │ │ │ │ ├── adults-plain-cotton-tshirt-2-pack-red.jpg │ │ │ │ ├── adults-plain-cotton-tshirt-2-pack-teal.jpg │ │ │ │ ├── duvet-cover-set-blue-queen.jpg │ │ │ │ ├── duvet-cover-set-blue-twin.jpg │ │ │ │ ├── duvet-cover-set-red-queen.jpg │ │ │ │ ├── duvet-cover-set-red-twin.jpg │ │ │ │ ├── liquid-laundry-detergent-lavender.jpg │ │ │ │ ├── liquid-laundry-detergent-plain.jpg │ │ │ │ ├── luxury-tower-set-4-piece.jpg │ │ │ │ ├── luxury-tower-set-6-piece.jpg │ │ │ │ ├── men-athletic-shoes-black.jpg │ │ │ │ ├── men-athletic-shoes-green.jpg │ │ │ │ ├── men-chino-pants-beige.jpg │ │ │ │ ├── men-chino-pants-black.jpg │ │ │ │ ├── men-chino-pants-green.jpg │ │ │ │ ├── men-cozy-fleece-zip-up-hoodie-black.jpg │ │ │ │ ├── men-cozy-fleece-zip-up-hoodie-red.jpg │ │ │ │ ├── men-golf-polo-t-shirt-black.jpg │ │ │ │ ├── men-golf-polo-t-shirt-blue.jpg │ │ │ │ ├── men-golf-polo-t-shirt-red.jpg │ │ │ │ ├── men-navigator-sunglasses-brown.jpg │ │ │ │ ├── men-navigator-sunglasses-silver.jpg │ │ │ │ ├── men-slim-fit-summer-shorts-beige.jpg │ │ │ │ ├── men-slim-fit-summer-shorts-black.jpg │ │ │ │ ├── men-slim-fit-summer-shorts-gray.jpg │ │ │ │ ├── plain-hooded-fleece-sweatshirt-teal.jpg │ │ │ │ ├── plain-hooded-fleece-sweatshirt-yellow.jpg │ │ │ │ ├── round-sunglasses-black.jpg │ │ │ │ ├── round-sunglasses-gold.jpg │ │ │ │ ├── trash-can-with-foot-pedal-30-liter-tall.jpg │ │ │ │ ├── trash-can-with-foot-pedal-50-liter.jpg │ │ │ │ ├── women-french-terry-fleece-jogger-camo.jpg │ │ │ │ ├── women-french-terry-fleece-jogger-gray.jpg │ │ │ │ ├── women-knit-ballet-flat-black.jpg │ │ │ │ ├── women-knit-ballet-flat-gray.jpg │ │ │ │ ├── women-knit-ballet-flat-leopard.jpg │ │ │ │ ├── women-stretch-popover-hoodie-black.jpg │ │ │ │ ├── women-stretch-popover-hoodie-blue.jpg │ │ │ │ └── women-stretch-popover-hoodie-gray.jpg │ │ │ ├── women-beach-sandals.jpg │ │ │ ├── women-chiffon-beachwear-coverup-black.jpg │ │ │ ├── women-chunky-beanie-gray.webp │ │ │ ├── women-french-terry-fleece-jogger-camo.jpg │ │ │ ├── women-knit-ballet-flat-black.jpg │ │ │ └── women-stretch-popover-hoodie-black.jpg │ │ └── ratings │ │ │ ├── rating-0.png │ │ │ ├── rating-05.png │ │ │ ├── rating-10.png │ │ │ ├── rating-15.png │ │ │ ├── rating-20.png │ │ │ ├── rating-25.png │ │ │ ├── rating-30.png │ │ │ ├── rating-35.png │ │ │ ├── rating-40.png │ │ │ ├── rating-45.png │ │ │ └── rating-50.png │ ├── orders.html │ ├── scripts │ │ ├── amazon.js │ │ ├── checkout.js │ │ ├── checkout │ │ │ ├── orderSummary.js │ │ │ └── paymentSummary.js │ │ └── utils │ │ │ └── money.js │ ├── styles │ │ ├── pages │ │ │ ├── amazon.css │ │ │ ├── checkout │ │ │ │ ├── checkout-header.css │ │ │ │ └── checkout.css │ │ │ ├── orders.css │ │ │ └── tracking.css │ │ └── shared │ │ │ ├── amazon-header.css │ │ │ └── general.css │ ├── tests │ │ ├── MIT.LICENSE │ │ ├── checkout │ │ │ └── orderSummaryTest.js │ │ ├── data │ │ │ └── cartTest.js │ │ ├── lib │ │ │ └── jasmine-5.1.1 │ │ │ │ ├── boot0.js │ │ │ │ ├── boot1.js │ │ │ │ ├── jasmine-html.js │ │ │ │ ├── jasmine.css │ │ │ │ ├── jasmine.js │ │ │ │ └── jasmine_favicon.png │ │ ├── tests-simple │ │ │ ├── moneyTest.js │ │ │ └── tests.html │ │ ├── tests.html │ │ └── utils │ │ │ └── moneyTest.js │ └── tracking.html ├── lesson-18 │ ├── amazon.html │ ├── backend │ │ └── products.json │ ├── checkout.html │ ├── data │ │ ├── backend-practice.js │ │ ├── cart-class.js │ │ ├── cart-oop.js │ │ ├── cart.js │ │ ├── deliveryOptions.js │ │ ├── orders.js │ │ └── products.js │ ├── images │ │ ├── amazon-logo-white.png │ │ ├── amazon-logo.png │ │ ├── amazon-mobile-logo-white.png │ │ ├── amazon-mobile-logo.png │ │ ├── clothing-size-chart.png │ │ ├── icons │ │ │ ├── buy-again.png │ │ │ ├── cart-icon.png │ │ │ ├── checkmark.png │ │ │ ├── checkout-lock-icon.png │ │ │ ├── hamburger-menu.png │ │ │ └── search-icon.png │ │ ├── products │ │ │ ├── 6-piece-non-stick-baking-set.webp │ │ │ ├── 6-piece-white-dinner-plate-set.jpg │ │ │ ├── adults-plain-cotton-tshirt-2-pack-teal.jpg │ │ │ ├── athletic-cotton-socks-6-pairs.jpg │ │ │ ├── backpack.jpg │ │ │ ├── bathroom-rug.jpg │ │ │ ├── black-2-slot-toaster.jpg │ │ │ ├── blackout-curtain-set-beige.webp │ │ │ ├── blackout-curtains-black.jpg │ │ │ ├── coffeemaker-with-glass-carafe-black.jpg │ │ │ ├── cotton-bath-towels-teal.webp │ │ │ ├── countertop-blender-64-oz.jpg │ │ │ ├── double-elongated-twist-french-wire-earrings.webp │ │ │ ├── duvet-cover-set-blue-twin.jpg │ │ │ ├── electric-glass-and-steel-hot-water-kettle.webp │ │ │ ├── facial-tissue-2-ply-18-boxes.jpg │ │ │ ├── floral-mixing-bowl-set.jpg │ │ │ ├── intermediate-composite-basketball.jpg │ │ │ ├── kitchen-paper-towels-30-pack.jpg │ │ │ ├── knit-athletic-sneakers-gray.jpg │ │ │ ├── knit-athletic-sneakers-pink.webp │ │ │ ├── liquid-laundry-detergent-plain.jpg │ │ │ ├── luxury-tower-set-6-piece.jpg │ │ │ ├── men-athletic-shoes-green.jpg │ │ │ ├── men-chino-pants-beige.jpg │ │ │ ├── men-cozy-fleece-zip-up-hoodie-red.jpg │ │ │ ├── men-golf-polo-t-shirt-blue.jpg │ │ │ ├── men-navigator-sunglasses-brown.jpg │ │ │ ├── men-slim-fit-summer-shorts-gray.jpg │ │ │ ├── non-stick-cooking-set-15-pieces.webp │ │ │ ├── plain-hooded-fleece-sweatshirt-yellow.jpg │ │ │ ├── round-airtight-food-storage-containers.jpg │ │ │ ├── round-sunglasses-black.jpg │ │ │ ├── sky-flower-stud-earrings.webp │ │ │ ├── straw-sunhat.webp │ │ │ ├── trash-can-with-foot-pedal-50-liter.jpg │ │ │ ├── umbrella.jpg │ │ │ ├── vanity-mirror-silver.jpg │ │ │ ├── variations │ │ │ │ ├── adults-plain-cotton-tshirt-2-pack-black.jpg │ │ │ │ ├── adults-plain-cotton-tshirt-2-pack-plus-black.jpg │ │ │ │ ├── adults-plain-cotton-tshirt-2-pack-red.jpg │ │ │ │ ├── adults-plain-cotton-tshirt-2-pack-teal.jpg │ │ │ │ ├── duvet-cover-set-blue-queen.jpg │ │ │ │ ├── duvet-cover-set-blue-twin.jpg │ │ │ │ ├── duvet-cover-set-red-queen.jpg │ │ │ │ ├── duvet-cover-set-red-twin.jpg │ │ │ │ ├── liquid-laundry-detergent-lavender.jpg │ │ │ │ ├── liquid-laundry-detergent-plain.jpg │ │ │ │ ├── luxury-tower-set-4-piece.jpg │ │ │ │ ├── luxury-tower-set-6-piece.jpg │ │ │ │ ├── men-athletic-shoes-black.jpg │ │ │ │ ├── men-athletic-shoes-green.jpg │ │ │ │ ├── men-chino-pants-beige.jpg │ │ │ │ ├── men-chino-pants-black.jpg │ │ │ │ ├── men-chino-pants-green.jpg │ │ │ │ ├── men-cozy-fleece-zip-up-hoodie-black.jpg │ │ │ │ ├── men-cozy-fleece-zip-up-hoodie-red.jpg │ │ │ │ ├── men-golf-polo-t-shirt-black.jpg │ │ │ │ ├── men-golf-polo-t-shirt-blue.jpg │ │ │ │ ├── men-golf-polo-t-shirt-red.jpg │ │ │ │ ├── men-navigator-sunglasses-brown.jpg │ │ │ │ ├── men-navigator-sunglasses-silver.jpg │ │ │ │ ├── men-slim-fit-summer-shorts-beige.jpg │ │ │ │ ├── men-slim-fit-summer-shorts-black.jpg │ │ │ │ ├── men-slim-fit-summer-shorts-gray.jpg │ │ │ │ ├── plain-hooded-fleece-sweatshirt-teal.jpg │ │ │ │ ├── plain-hooded-fleece-sweatshirt-yellow.jpg │ │ │ │ ├── round-sunglasses-black.jpg │ │ │ │ ├── round-sunglasses-gold.jpg │ │ │ │ ├── trash-can-with-foot-pedal-30-liter-tall.jpg │ │ │ │ ├── trash-can-with-foot-pedal-50-liter.jpg │ │ │ │ ├── women-french-terry-fleece-jogger-camo.jpg │ │ │ │ ├── women-french-terry-fleece-jogger-gray.jpg │ │ │ │ ├── women-knit-ballet-flat-black.jpg │ │ │ │ ├── women-knit-ballet-flat-gray.jpg │ │ │ │ ├── women-knit-ballet-flat-leopard.jpg │ │ │ │ ├── women-stretch-popover-hoodie-black.jpg │ │ │ │ ├── women-stretch-popover-hoodie-blue.jpg │ │ │ │ └── women-stretch-popover-hoodie-gray.jpg │ │ │ ├── women-beach-sandals.jpg │ │ │ ├── women-chiffon-beachwear-coverup-black.jpg │ │ │ ├── women-chunky-beanie-gray.webp │ │ │ ├── women-french-terry-fleece-jogger-camo.jpg │ │ │ ├── women-knit-ballet-flat-black.jpg │ │ │ └── women-stretch-popover-hoodie-black.jpg │ │ └── ratings │ │ │ ├── rating-0.png │ │ │ ├── rating-05.png │ │ │ ├── rating-10.png │ │ │ ├── rating-15.png │ │ │ ├── rating-20.png │ │ │ ├── rating-25.png │ │ │ ├── rating-30.png │ │ │ ├── rating-35.png │ │ │ ├── rating-40.png │ │ │ ├── rating-45.png │ │ │ └── rating-50.png │ ├── orders.html │ ├── scripts │ │ ├── amazon.js │ │ ├── checkout.js │ │ ├── checkout │ │ │ ├── orderSummary.js │ │ │ └── paymentSummary.js │ │ └── utils │ │ │ └── money.js │ ├── styles │ │ ├── pages │ │ │ ├── amazon.css │ │ │ ├── checkout │ │ │ │ ├── checkout-header.css │ │ │ │ └── checkout.css │ │ │ ├── orders.css │ │ │ └── tracking.css │ │ └── shared │ │ │ ├── amazon-header.css │ │ │ └── general.css │ ├── tests │ │ ├── MIT.LICENSE │ │ ├── checkout │ │ │ └── orderSummaryTest.js │ │ ├── data │ │ │ └── cartTest.js │ │ ├── lib │ │ │ └── jasmine-5.1.1 │ │ │ │ ├── boot0.js │ │ │ │ ├── boot1.js │ │ │ │ ├── jasmine-html.js │ │ │ │ ├── jasmine.css │ │ │ │ ├── jasmine.js │ │ │ │ └── jasmine_favicon.png │ │ ├── tests-simple │ │ │ ├── moneyTest.js │ │ │ └── tests.html │ │ ├── tests.html │ │ └── utils │ │ │ └── moneyTest.js │ └── tracking.html ├── scripts │ ├── 10-rock-paper-scissors.js │ ├── 11-todo-list.js │ ├── 12-rock-paper-scissors.js │ └── 12-todo-list.js └── styles │ ├── 10-rock-paper-scissors.css │ ├── 11-todo-list.css │ ├── 12-rock-paper-scissors.css │ └── 12-todo-list.css ├── 3-links.md └── README.md /1-exercise-solutions/lesson-01/1a.js: -------------------------------------------------------------------------------- 1 | alert('Good morning!'); -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-01/1b.js: -------------------------------------------------------------------------------- 1 | alert('Simon'); -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-01/1c.js: -------------------------------------------------------------------------------- 1 | 10 + 5 -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-01/1d.js: -------------------------------------------------------------------------------- 1 | 20 - 5 -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-01/1e.js: -------------------------------------------------------------------------------- 1 | 2 + 2 - 5 -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-01/1f.js: -------------------------------------------------------------------------------- 1 | document.body.innerHTML = 'Good morning!'; -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-01/1g.js: -------------------------------------------------------------------------------- 1 | document.body.innerHTML = 'Simon'; -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-01/1h.js: -------------------------------------------------------------------------------- 1 | 10 + 8 + 20 -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-01/1i.js: -------------------------------------------------------------------------------- 1 | 100 - 50 - 20 + 200 -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-01/1j.js: -------------------------------------------------------------------------------- 1 | document.body.innerHTML = ''; -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-02/2a.js: -------------------------------------------------------------------------------- 1 | 10 + 3 * 8 + 5 -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-02/2b.js: -------------------------------------------------------------------------------- 1 | (10 + 3 * 8 + 5) / 3 -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-02/2c.js: -------------------------------------------------------------------------------- 1 | 18.5 + 2 * 7.5 -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-02/2d.js: -------------------------------------------------------------------------------- 1 | (18.5 + 2 * 7.5) * 0.1 -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-02/2e.js: -------------------------------------------------------------------------------- 1 | (18.5 + 2 * 7.5) * 0.2 -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-02/2f.js: -------------------------------------------------------------------------------- 1 | (2095 + 799 + 1899) / 100 -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-02/2g.js: -------------------------------------------------------------------------------- 1 | (2095 + 799 + 1899 + 499) / 100 -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-02/2h.js: -------------------------------------------------------------------------------- 1 | Math.round((2095 + 799 + 1899 + 499) * 0.1) / 100 -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-02/2i.js: -------------------------------------------------------------------------------- 1 | (2095 + 799 + 1899 + 499) / 100 + Math.round((2095 + 799 + 1899 + 499) * 0.1) / 100 -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-02/2j.js: -------------------------------------------------------------------------------- 1 | Math.floor(2.8) -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-02/2k.js: -------------------------------------------------------------------------------- 1 | Math.ceil(2.2) -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-02/2l.js: -------------------------------------------------------------------------------- 1 | (25 * 9 / 5) + 32 -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-02/2m.js: -------------------------------------------------------------------------------- 1 | (86 - 32) * 5 / 9 -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-02/2n.js: -------------------------------------------------------------------------------- 1 | (-5 * 9 / 5) + 32 -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-03/3a.js: -------------------------------------------------------------------------------- 1 | 'My name is: ' -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-03/3b.js: -------------------------------------------------------------------------------- 1 | 'Simon' -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-03/3c.js: -------------------------------------------------------------------------------- 1 | 'My name is: ' + 'Simon' -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-03/3d.js: -------------------------------------------------------------------------------- 1 | 'Total cost: $' + (5 + 3) -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-03/3e.js: -------------------------------------------------------------------------------- 1 | `Total cost: $${5 + 3}` -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-03/3f.js: -------------------------------------------------------------------------------- 1 | alert(`Total cost: $${5 + 3}`); -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-03/3g.js: -------------------------------------------------------------------------------- 1 | 'Total cost: $' + (599 + 295) / 100 -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-03/3h.js: -------------------------------------------------------------------------------- 1 | `Total cost: $${(599 + 295) / 100}` -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-03/3i.js: -------------------------------------------------------------------------------- 1 | alert(`Total cost: $${(599 + 295) / 100}`); -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-03/3j.js: -------------------------------------------------------------------------------- 1 | alert(`Total cost: $${(599 + 295) / 100} 2 | Thank you, come again!`); -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-03/3k.js: -------------------------------------------------------------------------------- 1 | `Items (${2 + 2}): $${(2 * 2095 + 2 * 799) / 100}` -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-03/3l.js: -------------------------------------------------------------------------------- 1 | `Shipping & handling: $${(499 + 499) / 100}` -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-03/3m.js: -------------------------------------------------------------------------------- 1 | `Total before tax: $${(2 * 2095 + 2 * 799 + 499 + 499) / 100}` -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-03/3n.js: -------------------------------------------------------------------------------- 1 | `Estimated tax (10%): $${Math.round((2 * 2095 + 2 * 799 + 499 + 499) * 0.1) / 100}` -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-04/4a.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-04/4b.html: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-04/4c.html: -------------------------------------------------------------------------------- 1 |

Hello, world!

-------------------------------------------------------------------------------- /1-exercise-solutions/lesson-04/4d.html: -------------------------------------------------------------------------------- 1 |

Hello, world!

2 |

Today I went to the grocery store to buy some eggs and vegetables.

-------------------------------------------------------------------------------- /1-exercise-solutions/lesson-05/5a.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 8 | 9 | -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-05/5b.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 9 | 10 | -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-05/5c.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 8 | 9 | -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-05/5d.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 9 | 10 | -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-05/5l.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-05/5m.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-06/6f.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 8 | 9 | -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-08/8f.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 9 | 10 | -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-08/8g.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 9 | 10 | -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-09/9a.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 10 | 11 | -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-11/11d.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 10 | 11 | -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-11/11e.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 10 | 11 | -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-12/12x.html: -------------------------------------------------------------------------------- 1 | 6 |

-------------------------------------------------------------------------------- /1-exercise-solutions/lesson-12/images/paper-emoji.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/1-exercise-solutions/lesson-12/images/paper-emoji.png -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-12/images/rock-emoji.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/1-exercise-solutions/lesson-12/images/rock-emoji.png -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-12/images/scissors-emoji.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/1-exercise-solutions/lesson-12/images/scissors-emoji.png -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-13/13a.md: -------------------------------------------------------------------------------- 1 | 1. Open the file `scripts/amazon.js` 2 | 2. Press `Ctrl + F` (Windows) or `Command + F` (Mac) 3 | 3. Search for "\" -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-13/13b.md: -------------------------------------------------------------------------------- 1 | https://github.com/SuperSimpleDev/javascript-course/pull/4/files -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-13/13c.md: -------------------------------------------------------------------------------- 1 | https://github.com/SuperSimpleDev/javascript-course/pull/5/files -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-13/13d.md: -------------------------------------------------------------------------------- 1 | https://github.com/SuperSimpleDev/javascript-course/pull/6/files -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-13/13e.md: -------------------------------------------------------------------------------- 1 | https://github.com/SuperSimpleDev/javascript-course/pull/7/files -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-13/13f.md: -------------------------------------------------------------------------------- 1 | 1. Select a quantity of 2 for a product. 2 | 2. Click the "Add to Cart" button. 3 | 3. The quantity in the top-right should increase by 2. 4 | 4. You can also `console.log(cart);` in the Console to check what is in the cart. -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-13/13g.md: -------------------------------------------------------------------------------- 1 | https://github.com/SuperSimpleDev/javascript-course/pull/8/files -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-13/13h.md: -------------------------------------------------------------------------------- 1 | https://github.com/SuperSimpleDev/javascript-course/pull/9/files -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-13/13i.md: -------------------------------------------------------------------------------- 1 | https://github.com/SuperSimpleDev/javascript-course/pull/10/files -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-13/13j.md: -------------------------------------------------------------------------------- 1 | https://github.com/SuperSimpleDev/javascript-course/pull/11/files -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-13/13k.md: -------------------------------------------------------------------------------- 1 | https://github.com/SuperSimpleDev/javascript-course/pull/12/files -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-13/13l.md: -------------------------------------------------------------------------------- 1 | https://github.com/SuperSimpleDev/javascript-course/pull/13/files -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-13/13m.md: -------------------------------------------------------------------------------- 1 | ### Solution: 2 | https://github.com/SuperSimpleDev/javascript-course/pull/14/files 3 | 4 | --- 5 | 6 | ### More advanced solution that uses a closure: 7 | https://github.com/SuperSimpleDev/javascript-course/pull/15/files -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-14/14a.md: -------------------------------------------------------------------------------- 1 | https://github.com/SuperSimpleDev/javascript-course/pull/25/files 2 | -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-14/14b.md: -------------------------------------------------------------------------------- 1 | https://github.com/SuperSimpleDev/javascript-course/pull/26/files 2 | -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-14/14c.md: -------------------------------------------------------------------------------- 1 | https://github.com/SuperSimpleDev/javascript-course/pull/27/files 2 | -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-14/14d.md: -------------------------------------------------------------------------------- 1 | https://github.com/SuperSimpleDev/javascript-course/pull/28/files 2 | -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-14/14e.md: -------------------------------------------------------------------------------- 1 | https://github.com/SuperSimpleDev/javascript-course/pull/29/files 2 | -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-14/14f.md: -------------------------------------------------------------------------------- 1 | https://github.com/SuperSimpleDev/javascript-course/pull/30/files 2 | -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-14/14g.md: -------------------------------------------------------------------------------- 1 | https://github.com/SuperSimpleDev/javascript-course/pull/31/files 2 | -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-14/14h.md: -------------------------------------------------------------------------------- 1 | https://github.com/SuperSimpleDev/javascript-course/pull/32/files 2 | -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-14/14i.md: -------------------------------------------------------------------------------- 1 | https://github.com/SuperSimpleDev/javascript-course/pull/33/files 2 | -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-14/14j.md: -------------------------------------------------------------------------------- 1 | https://github.com/SuperSimpleDev/javascript-course/pull/34/files 2 | -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-14/14k.md: -------------------------------------------------------------------------------- 1 | https://github.com/SuperSimpleDev/javascript-course/pull/35/files 2 | -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-14/14l.md: -------------------------------------------------------------------------------- 1 | https://github.com/SuperSimpleDev/javascript-course/pull/36/files 2 | -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-14/14m.md: -------------------------------------------------------------------------------- 1 | https://github.com/SuperSimpleDev/javascript-course/pull/37/files 2 | -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-14/14n.md: -------------------------------------------------------------------------------- 1 | https://github.com/SuperSimpleDev/javascript-course/pull/38/files 2 | -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-15/15f.js: -------------------------------------------------------------------------------- 1 | function isWeekend(date) { 2 | const dayOfWeek = date.format('dddd'); 3 | return dayOfWeek === 'Saturday' || dayOfWeek === 'Sunday'; 4 | } 5 | 6 | export default isWeekend; 7 | -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-15/15g.js: -------------------------------------------------------------------------------- 1 | function isWeekend(date) { 2 | const dayOfWeek = date.format('dddd'); 3 | return dayOfWeek === 'Saturday' || dayOfWeek === 'Sunday'; 4 | } 5 | 6 | export default isWeekend; 7 | -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-15/15h.md: -------------------------------------------------------------------------------- 1 | https://github.com/SuperSimpleDev/javascript-course/pull/54/files -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-15/15i.md: -------------------------------------------------------------------------------- 1 | https://github.com/SuperSimpleDev/javascript-course/pull/55/files -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-15/15j.md: -------------------------------------------------------------------------------- 1 | https://github.com/SuperSimpleDev/javascript-course/pull/56/files -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-15/15k.md: -------------------------------------------------------------------------------- 1 | https://github.com/SuperSimpleDev/javascript-course/pull/57/files -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-15/15l.md: -------------------------------------------------------------------------------- 1 | https://github.com/SuperSimpleDev/javascript-course/pull/58/files -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-15/15m.md: -------------------------------------------------------------------------------- 1 | https://github.com/SuperSimpleDev/javascript-course/pull/59/files -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-15/15n.md: -------------------------------------------------------------------------------- 1 | https://github.com/SuperSimpleDev/javascript-course/pull/60/files -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-16/16a.md: -------------------------------------------------------------------------------- 1 | https://github.com/SuperSimpleDev/javascript-course/pull/65/files 2 | -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-16/16b.md: -------------------------------------------------------------------------------- 1 | https://github.com/SuperSimpleDev/javascript-course/pull/66/files 2 | -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-16/16c.md: -------------------------------------------------------------------------------- 1 | https://github.com/SuperSimpleDev/javascript-course/pull/67/files 2 | -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-16/16d.md: -------------------------------------------------------------------------------- 1 | https://github.com/SuperSimpleDev/javascript-course/pull/68/files 2 | -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-16/16e.md: -------------------------------------------------------------------------------- 1 | https://github.com/SuperSimpleDev/javascript-course/pull/69/files 2 | -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-16/16f.md: -------------------------------------------------------------------------------- 1 | https://github.com/SuperSimpleDev/javascript-course/pull/70/files 2 | -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-16/16g.md: -------------------------------------------------------------------------------- 1 | https://github.com/SuperSimpleDev/javascript-course/pull/71/files 2 | -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-16/16h.md: -------------------------------------------------------------------------------- 1 | https://github.com/SuperSimpleDev/javascript-course/pull/72/files 2 | -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-16/16i.md: -------------------------------------------------------------------------------- 1 | https://github.com/SuperSimpleDev/javascript-course/pull/73/files 2 | -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-16/16j.md: -------------------------------------------------------------------------------- 1 | https://github.com/SuperSimpleDev/javascript-course/pull/74/files 2 | -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-16/16k.md: -------------------------------------------------------------------------------- 1 | https://github.com/SuperSimpleDev/javascript-course/pull/75/files 2 | -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-16/16l.md: -------------------------------------------------------------------------------- 1 | https://github.com/SuperSimpleDev/javascript-course/pull/76/files 2 | -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-16/16m.md: -------------------------------------------------------------------------------- 1 | https://github.com/SuperSimpleDev/javascript-course/pull/77/files 2 | -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-17/17a.md: -------------------------------------------------------------------------------- 1 | https://github.com/SuperSimpleDev/javascript-course/pull/88/files 2 | -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-17/17b.md: -------------------------------------------------------------------------------- 1 | https://github.com/SuperSimpleDev/javascript-course/pull/89/files 2 | -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-17/17c.md: -------------------------------------------------------------------------------- 1 | https://github.com/SuperSimpleDev/javascript-course/pull/90/files 2 | -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-17/17d.md: -------------------------------------------------------------------------------- 1 | https://github.com/SuperSimpleDev/javascript-course/pull/91/files 2 | -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-17/17e.md: -------------------------------------------------------------------------------- 1 | https://github.com/SuperSimpleDev/javascript-course/pull/92/files 2 | -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-17/17f.md: -------------------------------------------------------------------------------- 1 | https://github.com/SuperSimpleDev/javascript-course/pull/93/files 2 | -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-17/17g.md: -------------------------------------------------------------------------------- 1 | There are no code changes for this exercise. 2 | 3 | The point of this exercise is learn that private properties like `#speed` can not be accessed in a child class. 4 | -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-17/17h.md: -------------------------------------------------------------------------------- 1 | https://github.com/SuperSimpleDev/javascript-course/pull/94/files 2 | -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-17/17i.md: -------------------------------------------------------------------------------- 1 | https://github.com/SuperSimpleDev/javascript-course/pull/95/files 2 | -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-17/17j.md: -------------------------------------------------------------------------------- 1 | https://github.com/SuperSimpleDev/javascript-course/pull/96/files 2 | -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-18/18a.md: -------------------------------------------------------------------------------- 1 | https://github.com/SuperSimpleDev/javascript-course/pull/103/files 2 | -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-18/18b.md: -------------------------------------------------------------------------------- 1 | https://github.com/SuperSimpleDev/javascript-course/pull/104/files 2 | -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-18/18c.md: -------------------------------------------------------------------------------- 1 | https://github.com/SuperSimpleDev/javascript-course/pull/105/files 2 | -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-18/18d.md: -------------------------------------------------------------------------------- 1 | https://github.com/SuperSimpleDev/javascript-course/pull/106/files 2 | -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-18/18e.md: -------------------------------------------------------------------------------- 1 | https://github.com/SuperSimpleDev/javascript-course/pull/107/files 2 | -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-18/18f.md: -------------------------------------------------------------------------------- 1 | https://github.com/SuperSimpleDev/javascript-course/pull/108/files 2 | -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-18/18g.md: -------------------------------------------------------------------------------- 1 | https://github.com/SuperSimpleDev/javascript-course/pull/109/files 2 | -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-18/18h.md: -------------------------------------------------------------------------------- 1 | https://github.com/SuperSimpleDev/javascript-course/pull/110/files 2 | -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-18/18i.md: -------------------------------------------------------------------------------- 1 | https://github.com/SuperSimpleDev/javascript-course/pull/111/files 2 | -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-18/18j.md: -------------------------------------------------------------------------------- 1 | https://github.com/SuperSimpleDev/javascript-course/pull/112/files 2 | -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-18/18k.md: -------------------------------------------------------------------------------- 1 | If you have failing tests, you probably just need to add: 2 | ```js 3 | beforeAll(async () => { 4 | await loadProductsFetch(); 5 | }); 6 | ``` 7 | at the start of your tests. 8 | -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-18/18l.md: -------------------------------------------------------------------------------- 1 | https://github.com/SuperSimpleDev/javascript-course/pull/113/files 2 | -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-18/18m.md: -------------------------------------------------------------------------------- 1 | https://github.com/SuperSimpleDev/javascript-course/pull/114/files 2 | -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-18/18n.md: -------------------------------------------------------------------------------- 1 | https://github.com/SuperSimpleDev/javascript-course/pull/115/files 2 | -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-18/18o.md: -------------------------------------------------------------------------------- 1 | https://github.com/SuperSimpleDev/javascript-course/pull/116/files 2 | -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-18/18p.md: -------------------------------------------------------------------------------- 1 | https://github.com/SuperSimpleDev/javascript-course/pull/117/files 2 | -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-18/18q.md: -------------------------------------------------------------------------------- 1 | https://github.com/SuperSimpleDev/javascript-course/pull/118/files 2 | -------------------------------------------------------------------------------- /1-exercise-solutions/lesson-18/18r.md: -------------------------------------------------------------------------------- 1 | https://github.com/SuperSimpleDev/javascript-course/pull/119/files 2 | -------------------------------------------------------------------------------- /2-copy-of-code/images/paper-emoji.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/images/paper-emoji.png -------------------------------------------------------------------------------- /2-copy-of-code/images/rock-emoji.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/images/rock-emoji.png -------------------------------------------------------------------------------- /2-copy-of-code/images/scissors-emoji.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/images/scissors-emoji.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-01/javascript-basics.js: -------------------------------------------------------------------------------- 1 | alert('hello'); 2 | alert('Good job!'); 3 | 4 | 2 + 2 5 | 10 - 3 6 | 7 | document.body.innerHTML = 'hello'; -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/data/cart.js: -------------------------------------------------------------------------------- 1 | const cart = []; -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/amazon-logo-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/amazon-logo-white.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/amazon-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/amazon-logo.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/amazon-mobile-logo-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/amazon-mobile-logo-white.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/amazon-mobile-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/amazon-mobile-logo.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/appliance-instructions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/appliance-instructions.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/appliance-warranty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/appliance-warranty.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/clothing-size-chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/clothing-size-chart.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/icons/buy-again.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/icons/buy-again.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/icons/cart-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/icons/cart-icon.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/icons/checkmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/icons/checkmark.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/icons/checkout-lock-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/icons/checkout-lock-icon.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/icons/hamburger-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/icons/hamburger-menu.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/icons/search-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/icons/search-icon.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/products/6-piece-non-stick-baking-set.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/products/6-piece-non-stick-baking-set.webp -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/products/6-piece-white-dinner-plate-set.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/products/6-piece-white-dinner-plate-set.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/products/adults-plain-cotton-tshirt-2-pack-teal.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/products/adults-plain-cotton-tshirt-2-pack-teal.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/products/athletic-cotton-socks-6-pairs.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/products/athletic-cotton-socks-6-pairs.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/products/backpack.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/products/backpack.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/products/bathroom-rug.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/products/bathroom-rug.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/products/black-2-slot-toaster.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/products/black-2-slot-toaster.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/products/blackout-curtain-set-beige.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/products/blackout-curtain-set-beige.webp -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/products/blackout-curtains-black.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/products/blackout-curtains-black.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/products/coffeemaker-with-glass-carafe-black.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/products/coffeemaker-with-glass-carafe-black.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/products/cotton-bath-towels-teal.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/products/cotton-bath-towels-teal.webp -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/products/countertop-blender-64-oz.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/products/countertop-blender-64-oz.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/products/duvet-cover-set-blue-twin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/products/duvet-cover-set-blue-twin.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/products/facial-tissue-2-ply-18-boxes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/products/facial-tissue-2-ply-18-boxes.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/products/floral-mixing-bowl-set.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/products/floral-mixing-bowl-set.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/products/intermediate-composite-basketball.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/products/intermediate-composite-basketball.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/products/kitchen-paper-towels-30-pack.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/products/kitchen-paper-towels-30-pack.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/products/knit-athletic-sneakers-gray.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/products/knit-athletic-sneakers-gray.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/products/knit-athletic-sneakers-pink.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/products/knit-athletic-sneakers-pink.webp -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/products/liquid-laundry-detergent-plain.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/products/liquid-laundry-detergent-plain.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/products/luxury-tower-set-6-piece.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/products/luxury-tower-set-6-piece.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/products/men-athletic-shoes-green.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/products/men-athletic-shoes-green.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/products/men-chino-pants-beige.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/products/men-chino-pants-beige.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/products/men-cozy-fleece-zip-up-hoodie-red.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/products/men-cozy-fleece-zip-up-hoodie-red.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/products/men-golf-polo-t-shirt-blue.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/products/men-golf-polo-t-shirt-blue.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/products/men-navigator-sunglasses-brown.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/products/men-navigator-sunglasses-brown.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/products/men-slim-fit-summer-shorts-gray.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/products/men-slim-fit-summer-shorts-gray.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/products/non-stick-cooking-set-15-pieces.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/products/non-stick-cooking-set-15-pieces.webp -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/products/plain-hooded-fleece-sweatshirt-yellow.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/products/plain-hooded-fleece-sweatshirt-yellow.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/products/round-airtight-food-storage-containers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/products/round-airtight-food-storage-containers.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/products/round-sunglasses-black.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/products/round-sunglasses-black.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/products/sky-flower-stud-earrings.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/products/sky-flower-stud-earrings.webp -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/products/straw-sunhat.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/products/straw-sunhat.webp -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/products/trash-can-with-foot-pedal-50-liter.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/products/trash-can-with-foot-pedal-50-liter.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/products/umbrella.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/products/umbrella.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/products/vanity-mirror-silver.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/products/vanity-mirror-silver.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/products/variations/duvet-cover-set-blue-queen.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/products/variations/duvet-cover-set-blue-queen.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/products/variations/duvet-cover-set-blue-twin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/products/variations/duvet-cover-set-blue-twin.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/products/variations/duvet-cover-set-red-queen.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/products/variations/duvet-cover-set-red-queen.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/products/variations/duvet-cover-set-red-twin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/products/variations/duvet-cover-set-red-twin.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/products/variations/luxury-tower-set-4-piece.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/products/variations/luxury-tower-set-4-piece.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/products/variations/luxury-tower-set-6-piece.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/products/variations/luxury-tower-set-6-piece.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/products/variations/men-athletic-shoes-black.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/products/variations/men-athletic-shoes-black.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/products/variations/men-athletic-shoes-green.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/products/variations/men-athletic-shoes-green.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/products/variations/men-chino-pants-beige.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/products/variations/men-chino-pants-beige.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/products/variations/men-chino-pants-black.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/products/variations/men-chino-pants-black.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/products/variations/men-chino-pants-green.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/products/variations/men-chino-pants-green.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/products/variations/men-golf-polo-t-shirt-black.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/products/variations/men-golf-polo-t-shirt-black.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/products/variations/men-golf-polo-t-shirt-blue.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/products/variations/men-golf-polo-t-shirt-blue.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/products/variations/men-golf-polo-t-shirt-red.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/products/variations/men-golf-polo-t-shirt-red.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/products/variations/round-sunglasses-black.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/products/variations/round-sunglasses-black.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/products/variations/round-sunglasses-gold.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/products/variations/round-sunglasses-gold.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/products/variations/women-knit-ballet-flat-black.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/products/variations/women-knit-ballet-flat-black.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/products/variations/women-knit-ballet-flat-gray.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/products/variations/women-knit-ballet-flat-gray.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/products/women-beach-sandals.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/products/women-beach-sandals.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/products/women-chiffon-beachwear-coverup-black.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/products/women-chiffon-beachwear-coverup-black.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/products/women-chunky-beanie-gray.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/products/women-chunky-beanie-gray.webp -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/products/women-french-terry-fleece-jogger-camo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/products/women-french-terry-fleece-jogger-camo.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/products/women-knit-ballet-flat-black.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/products/women-knit-ballet-flat-black.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/products/women-stretch-popover-hoodie-black.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/products/women-stretch-popover-hoodie-black.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/ratings/rating-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/ratings/rating-0.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/ratings/rating-05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/ratings/rating-05.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/ratings/rating-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/ratings/rating-10.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/ratings/rating-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/ratings/rating-15.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/ratings/rating-20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/ratings/rating-20.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/ratings/rating-25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/ratings/rating-25.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/ratings/rating-30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/ratings/rating-30.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/ratings/rating-35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/ratings/rating-35.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/ratings/rating-40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/ratings/rating-40.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/ratings/rating-45.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/ratings/rating-45.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-13/images/ratings/rating-50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-13/images/ratings/rating-50.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/amazon-logo-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/amazon-logo-white.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/amazon-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/amazon-logo.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/amazon-mobile-logo-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/amazon-mobile-logo-white.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/amazon-mobile-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/amazon-mobile-logo.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/appliance-instructions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/appliance-instructions.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/appliance-warranty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/appliance-warranty.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/clothing-size-chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/clothing-size-chart.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/icons/buy-again.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/icons/buy-again.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/icons/cart-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/icons/cart-icon.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/icons/checkmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/icons/checkmark.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/icons/checkout-lock-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/icons/checkout-lock-icon.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/icons/hamburger-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/icons/hamburger-menu.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/icons/search-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/icons/search-icon.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/products/6-piece-non-stick-baking-set.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/products/6-piece-non-stick-baking-set.webp -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/products/6-piece-white-dinner-plate-set.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/products/6-piece-white-dinner-plate-set.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/products/adults-plain-cotton-tshirt-2-pack-teal.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/products/adults-plain-cotton-tshirt-2-pack-teal.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/products/athletic-cotton-socks-6-pairs.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/products/athletic-cotton-socks-6-pairs.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/products/backpack.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/products/backpack.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/products/bathroom-rug.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/products/bathroom-rug.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/products/black-2-slot-toaster.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/products/black-2-slot-toaster.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/products/blackout-curtain-set-beige.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/products/blackout-curtain-set-beige.webp -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/products/blackout-curtains-black.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/products/blackout-curtains-black.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/products/coffeemaker-with-glass-carafe-black.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/products/coffeemaker-with-glass-carafe-black.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/products/cotton-bath-towels-teal.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/products/cotton-bath-towels-teal.webp -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/products/countertop-blender-64-oz.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/products/countertop-blender-64-oz.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/products/duvet-cover-set-blue-twin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/products/duvet-cover-set-blue-twin.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/products/facial-tissue-2-ply-18-boxes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/products/facial-tissue-2-ply-18-boxes.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/products/floral-mixing-bowl-set.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/products/floral-mixing-bowl-set.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/products/intermediate-composite-basketball.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/products/intermediate-composite-basketball.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/products/kitchen-paper-towels-30-pack.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/products/kitchen-paper-towels-30-pack.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/products/knit-athletic-sneakers-gray.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/products/knit-athletic-sneakers-gray.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/products/knit-athletic-sneakers-pink.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/products/knit-athletic-sneakers-pink.webp -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/products/liquid-laundry-detergent-plain.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/products/liquid-laundry-detergent-plain.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/products/luxury-tower-set-6-piece.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/products/luxury-tower-set-6-piece.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/products/men-athletic-shoes-green.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/products/men-athletic-shoes-green.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/products/men-chino-pants-beige.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/products/men-chino-pants-beige.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/products/men-cozy-fleece-zip-up-hoodie-red.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/products/men-cozy-fleece-zip-up-hoodie-red.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/products/men-golf-polo-t-shirt-blue.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/products/men-golf-polo-t-shirt-blue.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/products/men-navigator-sunglasses-brown.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/products/men-navigator-sunglasses-brown.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/products/men-slim-fit-summer-shorts-gray.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/products/men-slim-fit-summer-shorts-gray.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/products/non-stick-cooking-set-15-pieces.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/products/non-stick-cooking-set-15-pieces.webp -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/products/plain-hooded-fleece-sweatshirt-yellow.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/products/plain-hooded-fleece-sweatshirt-yellow.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/products/round-airtight-food-storage-containers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/products/round-airtight-food-storage-containers.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/products/round-sunglasses-black.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/products/round-sunglasses-black.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/products/sky-flower-stud-earrings.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/products/sky-flower-stud-earrings.webp -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/products/straw-sunhat.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/products/straw-sunhat.webp -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/products/trash-can-with-foot-pedal-50-liter.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/products/trash-can-with-foot-pedal-50-liter.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/products/umbrella.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/products/umbrella.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/products/vanity-mirror-silver.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/products/vanity-mirror-silver.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/products/variations/duvet-cover-set-blue-queen.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/products/variations/duvet-cover-set-blue-queen.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/products/variations/duvet-cover-set-blue-twin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/products/variations/duvet-cover-set-blue-twin.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/products/variations/duvet-cover-set-red-queen.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/products/variations/duvet-cover-set-red-queen.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/products/variations/duvet-cover-set-red-twin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/products/variations/duvet-cover-set-red-twin.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/products/variations/luxury-tower-set-4-piece.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/products/variations/luxury-tower-set-4-piece.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/products/variations/luxury-tower-set-6-piece.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/products/variations/luxury-tower-set-6-piece.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/products/variations/men-athletic-shoes-black.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/products/variations/men-athletic-shoes-black.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/products/variations/men-athletic-shoes-green.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/products/variations/men-athletic-shoes-green.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/products/variations/men-chino-pants-beige.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/products/variations/men-chino-pants-beige.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/products/variations/men-chino-pants-black.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/products/variations/men-chino-pants-black.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/products/variations/men-chino-pants-green.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/products/variations/men-chino-pants-green.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/products/variations/men-golf-polo-t-shirt-black.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/products/variations/men-golf-polo-t-shirt-black.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/products/variations/men-golf-polo-t-shirt-blue.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/products/variations/men-golf-polo-t-shirt-blue.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/products/variations/men-golf-polo-t-shirt-red.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/products/variations/men-golf-polo-t-shirt-red.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/products/variations/round-sunglasses-black.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/products/variations/round-sunglasses-black.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/products/variations/round-sunglasses-gold.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/products/variations/round-sunglasses-gold.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/products/variations/women-knit-ballet-flat-black.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/products/variations/women-knit-ballet-flat-black.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/products/variations/women-knit-ballet-flat-gray.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/products/variations/women-knit-ballet-flat-gray.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/products/women-beach-sandals.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/products/women-beach-sandals.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/products/women-chiffon-beachwear-coverup-black.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/products/women-chiffon-beachwear-coverup-black.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/products/women-chunky-beanie-gray.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/products/women-chunky-beanie-gray.webp -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/products/women-french-terry-fleece-jogger-camo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/products/women-french-terry-fleece-jogger-camo.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/products/women-knit-ballet-flat-black.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/products/women-knit-ballet-flat-black.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/products/women-stretch-popover-hoodie-black.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/products/women-stretch-popover-hoodie-black.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/ratings/rating-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/ratings/rating-0.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/ratings/rating-05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/ratings/rating-05.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/ratings/rating-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/ratings/rating-10.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/ratings/rating-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/ratings/rating-15.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/ratings/rating-20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/ratings/rating-20.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/ratings/rating-25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/ratings/rating-25.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/ratings/rating-30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/ratings/rating-30.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/ratings/rating-35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/ratings/rating-35.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/ratings/rating-40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/ratings/rating-40.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/ratings/rating-45.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/ratings/rating-45.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/images/ratings/rating-50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-14/images/ratings/rating-50.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-14/scripts/utils/money.js: -------------------------------------------------------------------------------- 1 | export function formatCurrency(priceCents) { 2 | return (priceCents / 100).toFixed(2); 3 | } -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/amazon-logo-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/amazon-logo-white.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/amazon-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/amazon-logo.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/amazon-mobile-logo-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/amazon-mobile-logo-white.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/amazon-mobile-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/amazon-mobile-logo.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/appliance-instructions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/appliance-instructions.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/appliance-warranty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/appliance-warranty.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/clothing-size-chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/clothing-size-chart.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/icons/buy-again.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/icons/buy-again.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/icons/cart-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/icons/cart-icon.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/icons/checkmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/icons/checkmark.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/icons/checkout-lock-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/icons/checkout-lock-icon.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/icons/hamburger-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/icons/hamburger-menu.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/icons/search-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/icons/search-icon.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/products/6-piece-non-stick-baking-set.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/products/6-piece-non-stick-baking-set.webp -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/products/6-piece-white-dinner-plate-set.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/products/6-piece-white-dinner-plate-set.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/products/adults-plain-cotton-tshirt-2-pack-teal.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/products/adults-plain-cotton-tshirt-2-pack-teal.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/products/athletic-cotton-socks-6-pairs.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/products/athletic-cotton-socks-6-pairs.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/products/backpack.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/products/backpack.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/products/bathroom-rug.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/products/bathroom-rug.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/products/black-2-slot-toaster.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/products/black-2-slot-toaster.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/products/blackout-curtain-set-beige.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/products/blackout-curtain-set-beige.webp -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/products/blackout-curtains-black.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/products/blackout-curtains-black.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/products/coffeemaker-with-glass-carafe-black.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/products/coffeemaker-with-glass-carafe-black.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/products/cotton-bath-towels-teal.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/products/cotton-bath-towels-teal.webp -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/products/countertop-blender-64-oz.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/products/countertop-blender-64-oz.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/products/duvet-cover-set-blue-twin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/products/duvet-cover-set-blue-twin.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/products/facial-tissue-2-ply-18-boxes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/products/facial-tissue-2-ply-18-boxes.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/products/floral-mixing-bowl-set.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/products/floral-mixing-bowl-set.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/products/intermediate-composite-basketball.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/products/intermediate-composite-basketball.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/products/kitchen-paper-towels-30-pack.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/products/kitchen-paper-towels-30-pack.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/products/knit-athletic-sneakers-gray.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/products/knit-athletic-sneakers-gray.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/products/knit-athletic-sneakers-pink.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/products/knit-athletic-sneakers-pink.webp -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/products/liquid-laundry-detergent-plain.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/products/liquid-laundry-detergent-plain.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/products/luxury-tower-set-6-piece.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/products/luxury-tower-set-6-piece.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/products/men-athletic-shoes-green.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/products/men-athletic-shoes-green.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/products/men-chino-pants-beige.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/products/men-chino-pants-beige.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/products/men-cozy-fleece-zip-up-hoodie-red.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/products/men-cozy-fleece-zip-up-hoodie-red.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/products/men-golf-polo-t-shirt-blue.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/products/men-golf-polo-t-shirt-blue.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/products/men-navigator-sunglasses-brown.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/products/men-navigator-sunglasses-brown.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/products/men-slim-fit-summer-shorts-gray.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/products/men-slim-fit-summer-shorts-gray.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/products/non-stick-cooking-set-15-pieces.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/products/non-stick-cooking-set-15-pieces.webp -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/products/plain-hooded-fleece-sweatshirt-yellow.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/products/plain-hooded-fleece-sweatshirt-yellow.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/products/round-airtight-food-storage-containers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/products/round-airtight-food-storage-containers.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/products/round-sunglasses-black.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/products/round-sunglasses-black.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/products/sky-flower-stud-earrings.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/products/sky-flower-stud-earrings.webp -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/products/straw-sunhat.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/products/straw-sunhat.webp -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/products/trash-can-with-foot-pedal-50-liter.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/products/trash-can-with-foot-pedal-50-liter.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/products/umbrella.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/products/umbrella.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/products/vanity-mirror-silver.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/products/vanity-mirror-silver.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/products/variations/duvet-cover-set-blue-queen.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/products/variations/duvet-cover-set-blue-queen.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/products/variations/duvet-cover-set-blue-twin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/products/variations/duvet-cover-set-blue-twin.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/products/variations/duvet-cover-set-red-queen.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/products/variations/duvet-cover-set-red-queen.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/products/variations/duvet-cover-set-red-twin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/products/variations/duvet-cover-set-red-twin.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/products/variations/luxury-tower-set-4-piece.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/products/variations/luxury-tower-set-4-piece.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/products/variations/luxury-tower-set-6-piece.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/products/variations/luxury-tower-set-6-piece.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/products/variations/men-athletic-shoes-black.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/products/variations/men-athletic-shoes-black.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/products/variations/men-athletic-shoes-green.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/products/variations/men-athletic-shoes-green.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/products/variations/men-chino-pants-beige.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/products/variations/men-chino-pants-beige.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/products/variations/men-chino-pants-black.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/products/variations/men-chino-pants-black.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/products/variations/men-chino-pants-green.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/products/variations/men-chino-pants-green.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/products/variations/men-golf-polo-t-shirt-black.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/products/variations/men-golf-polo-t-shirt-black.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/products/variations/men-golf-polo-t-shirt-blue.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/products/variations/men-golf-polo-t-shirt-blue.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/products/variations/men-golf-polo-t-shirt-red.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/products/variations/men-golf-polo-t-shirt-red.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/products/variations/round-sunglasses-black.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/products/variations/round-sunglasses-black.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/products/variations/round-sunglasses-gold.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/products/variations/round-sunglasses-gold.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/products/variations/women-knit-ballet-flat-black.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/products/variations/women-knit-ballet-flat-black.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/products/variations/women-knit-ballet-flat-gray.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/products/variations/women-knit-ballet-flat-gray.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/products/women-beach-sandals.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/products/women-beach-sandals.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/products/women-chiffon-beachwear-coverup-black.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/products/women-chiffon-beachwear-coverup-black.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/products/women-chunky-beanie-gray.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/products/women-chunky-beanie-gray.webp -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/products/women-french-terry-fleece-jogger-camo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/products/women-french-terry-fleece-jogger-camo.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/products/women-knit-ballet-flat-black.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/products/women-knit-ballet-flat-black.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/products/women-stretch-popover-hoodie-black.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/products/women-stretch-popover-hoodie-black.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/ratings/rating-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/ratings/rating-0.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/ratings/rating-05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/ratings/rating-05.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/ratings/rating-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/ratings/rating-10.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/ratings/rating-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/ratings/rating-15.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/ratings/rating-20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/ratings/rating-20.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/ratings/rating-25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/ratings/rating-25.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/ratings/rating-30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/ratings/rating-30.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/ratings/rating-35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/ratings/rating-35.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/ratings/rating-40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/ratings/rating-40.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/ratings/rating-45.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/ratings/rating-45.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/images/ratings/rating-50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-15/images/ratings/rating-50.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/scripts/checkout.js: -------------------------------------------------------------------------------- 1 | import {renderOrderSummary} from './checkout/orderSummary.js'; 2 | import {renderPaymentSummary} from './checkout/paymentSummary.js'; 3 | 4 | renderOrderSummary(); 5 | renderPaymentSummary(); -------------------------------------------------------------------------------- /2-copy-of-code/lesson-15/scripts/utils/money.js: -------------------------------------------------------------------------------- 1 | export function formatCurrency(priceCents) { 2 | return (Math.round(priceCents) / 100).toFixed(2); 3 | } 4 | 5 | export default formatCurrency; -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/amazon-logo-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/amazon-logo-white.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/amazon-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/amazon-logo.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/amazon-mobile-logo-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/amazon-mobile-logo-white.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/amazon-mobile-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/amazon-mobile-logo.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/appliance-instructions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/appliance-instructions.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/appliance-warranty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/appliance-warranty.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/clothing-size-chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/clothing-size-chart.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/icons/buy-again.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/icons/buy-again.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/icons/cart-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/icons/cart-icon.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/icons/checkmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/icons/checkmark.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/icons/checkout-lock-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/icons/checkout-lock-icon.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/icons/hamburger-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/icons/hamburger-menu.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/icons/search-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/icons/search-icon.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/products/6-piece-non-stick-baking-set.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/products/6-piece-non-stick-baking-set.webp -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/products/6-piece-white-dinner-plate-set.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/products/6-piece-white-dinner-plate-set.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/products/adults-plain-cotton-tshirt-2-pack-teal.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/products/adults-plain-cotton-tshirt-2-pack-teal.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/products/athletic-cotton-socks-6-pairs.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/products/athletic-cotton-socks-6-pairs.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/products/backpack.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/products/backpack.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/products/bathroom-rug.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/products/bathroom-rug.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/products/black-2-slot-toaster.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/products/black-2-slot-toaster.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/products/blackout-curtain-set-beige.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/products/blackout-curtain-set-beige.webp -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/products/blackout-curtains-black.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/products/blackout-curtains-black.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/products/coffeemaker-with-glass-carafe-black.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/products/coffeemaker-with-glass-carafe-black.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/products/cotton-bath-towels-teal.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/products/cotton-bath-towels-teal.webp -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/products/countertop-blender-64-oz.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/products/countertop-blender-64-oz.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/products/duvet-cover-set-blue-twin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/products/duvet-cover-set-blue-twin.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/products/facial-tissue-2-ply-18-boxes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/products/facial-tissue-2-ply-18-boxes.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/products/floral-mixing-bowl-set.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/products/floral-mixing-bowl-set.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/products/intermediate-composite-basketball.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/products/intermediate-composite-basketball.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/products/kitchen-paper-towels-30-pack.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/products/kitchen-paper-towels-30-pack.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/products/knit-athletic-sneakers-gray.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/products/knit-athletic-sneakers-gray.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/products/knit-athletic-sneakers-pink.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/products/knit-athletic-sneakers-pink.webp -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/products/liquid-laundry-detergent-plain.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/products/liquid-laundry-detergent-plain.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/products/luxury-tower-set-6-piece.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/products/luxury-tower-set-6-piece.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/products/men-athletic-shoes-green.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/products/men-athletic-shoes-green.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/products/men-chino-pants-beige.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/products/men-chino-pants-beige.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/products/men-cozy-fleece-zip-up-hoodie-red.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/products/men-cozy-fleece-zip-up-hoodie-red.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/products/men-golf-polo-t-shirt-blue.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/products/men-golf-polo-t-shirt-blue.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/products/men-navigator-sunglasses-brown.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/products/men-navigator-sunglasses-brown.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/products/men-slim-fit-summer-shorts-gray.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/products/men-slim-fit-summer-shorts-gray.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/products/non-stick-cooking-set-15-pieces.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/products/non-stick-cooking-set-15-pieces.webp -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/products/plain-hooded-fleece-sweatshirt-yellow.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/products/plain-hooded-fleece-sweatshirt-yellow.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/products/round-airtight-food-storage-containers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/products/round-airtight-food-storage-containers.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/products/round-sunglasses-black.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/products/round-sunglasses-black.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/products/sky-flower-stud-earrings.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/products/sky-flower-stud-earrings.webp -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/products/straw-sunhat.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/products/straw-sunhat.webp -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/products/trash-can-with-foot-pedal-50-liter.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/products/trash-can-with-foot-pedal-50-liter.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/products/umbrella.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/products/umbrella.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/products/vanity-mirror-silver.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/products/vanity-mirror-silver.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/products/variations/duvet-cover-set-blue-queen.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/products/variations/duvet-cover-set-blue-queen.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/products/variations/duvet-cover-set-blue-twin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/products/variations/duvet-cover-set-blue-twin.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/products/variations/duvet-cover-set-red-queen.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/products/variations/duvet-cover-set-red-queen.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/products/variations/duvet-cover-set-red-twin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/products/variations/duvet-cover-set-red-twin.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/products/variations/luxury-tower-set-4-piece.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/products/variations/luxury-tower-set-4-piece.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/products/variations/luxury-tower-set-6-piece.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/products/variations/luxury-tower-set-6-piece.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/products/variations/men-athletic-shoes-black.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/products/variations/men-athletic-shoes-black.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/products/variations/men-athletic-shoes-green.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/products/variations/men-athletic-shoes-green.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/products/variations/men-chino-pants-beige.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/products/variations/men-chino-pants-beige.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/products/variations/men-chino-pants-black.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/products/variations/men-chino-pants-black.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/products/variations/men-chino-pants-green.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/products/variations/men-chino-pants-green.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/products/variations/men-golf-polo-t-shirt-black.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/products/variations/men-golf-polo-t-shirt-black.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/products/variations/men-golf-polo-t-shirt-blue.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/products/variations/men-golf-polo-t-shirt-blue.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/products/variations/men-golf-polo-t-shirt-red.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/products/variations/men-golf-polo-t-shirt-red.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/products/variations/round-sunglasses-black.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/products/variations/round-sunglasses-black.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/products/variations/round-sunglasses-gold.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/products/variations/round-sunglasses-gold.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/products/variations/women-knit-ballet-flat-black.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/products/variations/women-knit-ballet-flat-black.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/products/variations/women-knit-ballet-flat-gray.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/products/variations/women-knit-ballet-flat-gray.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/products/women-beach-sandals.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/products/women-beach-sandals.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/products/women-chiffon-beachwear-coverup-black.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/products/women-chiffon-beachwear-coverup-black.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/products/women-chunky-beanie-gray.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/products/women-chunky-beanie-gray.webp -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/products/women-french-terry-fleece-jogger-camo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/products/women-french-terry-fleece-jogger-camo.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/products/women-knit-ballet-flat-black.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/products/women-knit-ballet-flat-black.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/products/women-stretch-popover-hoodie-black.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/products/women-stretch-popover-hoodie-black.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/ratings/rating-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/ratings/rating-0.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/ratings/rating-05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/ratings/rating-05.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/ratings/rating-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/ratings/rating-10.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/ratings/rating-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/ratings/rating-15.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/ratings/rating-20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/ratings/rating-20.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/ratings/rating-25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/ratings/rating-25.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/ratings/rating-30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/ratings/rating-30.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/ratings/rating-35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/ratings/rating-35.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/ratings/rating-40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/ratings/rating-40.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/ratings/rating-45.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/ratings/rating-45.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/images/ratings/rating-50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/images/ratings/rating-50.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/scripts/checkout.js: -------------------------------------------------------------------------------- 1 | import {renderOrderSummary} from './checkout/orderSummary.js'; 2 | import {renderPaymentSummary} from './checkout/paymentSummary.js'; 3 | 4 | renderOrderSummary(); 5 | renderPaymentSummary(); -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/scripts/utils/money.js: -------------------------------------------------------------------------------- 1 | export function formatCurrency(priceCents) { 2 | return (Math.round(priceCents) / 100).toFixed(2); 3 | } 4 | 5 | export default formatCurrency; -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/tests/lib/jasmine-5.1.1/jasmine_favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-16/tests/lib/jasmine-5.1.1/jasmine_favicon.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-16/tests/tests-simple/tests.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /2-copy-of-code/lesson-17/images/amazon-logo-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-17/images/amazon-logo-white.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-17/images/amazon-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-17/images/amazon-logo.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-17/images/amazon-mobile-logo-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-17/images/amazon-mobile-logo-white.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-17/images/amazon-mobile-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-17/images/amazon-mobile-logo.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-17/images/appliance-warranty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-17/images/appliance-warranty.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-17/images/clothing-size-chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-17/images/clothing-size-chart.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-17/images/icons/buy-again.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-17/images/icons/buy-again.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-17/images/icons/cart-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-17/images/icons/cart-icon.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-17/images/icons/checkmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-17/images/icons/checkmark.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-17/images/icons/checkout-lock-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-17/images/icons/checkout-lock-icon.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-17/images/icons/hamburger-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-17/images/icons/hamburger-menu.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-17/images/icons/search-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-17/images/icons/search-icon.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-17/images/products/6-piece-non-stick-baking-set.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-17/images/products/6-piece-non-stick-baking-set.webp -------------------------------------------------------------------------------- /2-copy-of-code/lesson-17/images/products/6-piece-white-dinner-plate-set.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-17/images/products/6-piece-white-dinner-plate-set.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-17/images/products/adults-plain-cotton-tshirt-2-pack-teal.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-17/images/products/adults-plain-cotton-tshirt-2-pack-teal.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-17/images/products/athletic-cotton-socks-6-pairs.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-17/images/products/athletic-cotton-socks-6-pairs.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-17/images/products/backpack.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-17/images/products/backpack.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-17/images/products/bathroom-rug.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-17/images/products/bathroom-rug.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-17/images/products/black-2-slot-toaster.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-17/images/products/black-2-slot-toaster.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-17/images/products/blackout-curtain-set-beige.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-17/images/products/blackout-curtain-set-beige.webp -------------------------------------------------------------------------------- /2-copy-of-code/lesson-17/images/products/blackout-curtains-black.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-17/images/products/blackout-curtains-black.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-17/images/products/coffeemaker-with-glass-carafe-black.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-17/images/products/coffeemaker-with-glass-carafe-black.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-17/images/products/cotton-bath-towels-teal.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-17/images/products/cotton-bath-towels-teal.webp -------------------------------------------------------------------------------- /2-copy-of-code/lesson-17/images/products/countertop-blender-64-oz.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-17/images/products/countertop-blender-64-oz.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-17/images/products/duvet-cover-set-blue-twin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-17/images/products/duvet-cover-set-blue-twin.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-17/images/products/facial-tissue-2-ply-18-boxes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-17/images/products/facial-tissue-2-ply-18-boxes.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-17/images/products/floral-mixing-bowl-set.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-17/images/products/floral-mixing-bowl-set.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-17/images/products/intermediate-composite-basketball.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-17/images/products/intermediate-composite-basketball.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-17/images/products/kitchen-paper-towels-30-pack.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-17/images/products/kitchen-paper-towels-30-pack.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-17/images/products/knit-athletic-sneakers-gray.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-17/images/products/knit-athletic-sneakers-gray.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-17/images/products/knit-athletic-sneakers-pink.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-17/images/products/knit-athletic-sneakers-pink.webp -------------------------------------------------------------------------------- /2-copy-of-code/lesson-17/images/products/liquid-laundry-detergent-plain.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-17/images/products/liquid-laundry-detergent-plain.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-17/images/products/luxury-tower-set-6-piece.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-17/images/products/luxury-tower-set-6-piece.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-17/images/products/men-athletic-shoes-green.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-17/images/products/men-athletic-shoes-green.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-17/images/products/men-chino-pants-beige.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-17/images/products/men-chino-pants-beige.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-17/images/products/men-cozy-fleece-zip-up-hoodie-red.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-17/images/products/men-cozy-fleece-zip-up-hoodie-red.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-17/images/products/men-golf-polo-t-shirt-blue.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-17/images/products/men-golf-polo-t-shirt-blue.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-17/images/products/men-navigator-sunglasses-brown.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-17/images/products/men-navigator-sunglasses-brown.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-17/images/products/men-slim-fit-summer-shorts-gray.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-17/images/products/men-slim-fit-summer-shorts-gray.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-17/images/products/non-stick-cooking-set-15-pieces.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-17/images/products/non-stick-cooking-set-15-pieces.webp -------------------------------------------------------------------------------- /2-copy-of-code/lesson-17/images/products/plain-hooded-fleece-sweatshirt-yellow.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-17/images/products/plain-hooded-fleece-sweatshirt-yellow.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-17/images/products/round-sunglasses-black.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-17/images/products/round-sunglasses-black.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-17/images/products/sky-flower-stud-earrings.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-17/images/products/sky-flower-stud-earrings.webp -------------------------------------------------------------------------------- /2-copy-of-code/lesson-17/images/products/straw-sunhat.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-17/images/products/straw-sunhat.webp -------------------------------------------------------------------------------- /2-copy-of-code/lesson-17/images/products/trash-can-with-foot-pedal-50-liter.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-17/images/products/trash-can-with-foot-pedal-50-liter.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-17/images/products/umbrella.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-17/images/products/umbrella.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-17/images/products/vanity-mirror-silver.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-17/images/products/vanity-mirror-silver.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-17/images/products/variations/duvet-cover-set-blue-queen.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-17/images/products/variations/duvet-cover-set-blue-queen.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-17/images/products/variations/duvet-cover-set-blue-twin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-17/images/products/variations/duvet-cover-set-blue-twin.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-17/images/products/variations/duvet-cover-set-red-queen.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-17/images/products/variations/duvet-cover-set-red-queen.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-17/images/products/variations/duvet-cover-set-red-twin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-17/images/products/variations/duvet-cover-set-red-twin.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-17/images/products/variations/luxury-tower-set-4-piece.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-17/images/products/variations/luxury-tower-set-4-piece.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-17/images/products/variations/luxury-tower-set-6-piece.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-17/images/products/variations/luxury-tower-set-6-piece.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-17/images/products/variations/men-athletic-shoes-black.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-17/images/products/variations/men-athletic-shoes-black.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-17/images/products/variations/men-athletic-shoes-green.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-17/images/products/variations/men-athletic-shoes-green.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-17/images/products/variations/men-chino-pants-beige.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-17/images/products/variations/men-chino-pants-beige.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-17/images/products/variations/men-chino-pants-black.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-17/images/products/variations/men-chino-pants-black.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-17/images/products/variations/men-chino-pants-green.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-17/images/products/variations/men-chino-pants-green.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-17/images/products/variations/men-golf-polo-t-shirt-blue.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-17/images/products/variations/men-golf-polo-t-shirt-blue.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-17/images/products/variations/men-golf-polo-t-shirt-red.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-17/images/products/variations/men-golf-polo-t-shirt-red.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-17/images/products/variations/round-sunglasses-black.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-17/images/products/variations/round-sunglasses-black.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-17/images/products/variations/round-sunglasses-gold.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-17/images/products/variations/round-sunglasses-gold.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-17/images/products/women-beach-sandals.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-17/images/products/women-beach-sandals.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-17/images/products/women-chiffon-beachwear-coverup-black.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-17/images/products/women-chiffon-beachwear-coverup-black.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-17/images/products/women-chunky-beanie-gray.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-17/images/products/women-chunky-beanie-gray.webp -------------------------------------------------------------------------------- /2-copy-of-code/lesson-17/images/products/women-french-terry-fleece-jogger-camo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-17/images/products/women-french-terry-fleece-jogger-camo.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-17/images/products/women-knit-ballet-flat-black.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-17/images/products/women-knit-ballet-flat-black.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-17/images/products/women-stretch-popover-hoodie-black.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-17/images/products/women-stretch-popover-hoodie-black.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-17/images/ratings/rating-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-17/images/ratings/rating-0.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-17/images/ratings/rating-05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-17/images/ratings/rating-05.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-17/images/ratings/rating-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-17/images/ratings/rating-10.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-17/images/ratings/rating-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-17/images/ratings/rating-15.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-17/images/ratings/rating-20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-17/images/ratings/rating-20.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-17/images/ratings/rating-25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-17/images/ratings/rating-25.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-17/images/ratings/rating-30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-17/images/ratings/rating-30.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-17/images/ratings/rating-35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-17/images/ratings/rating-35.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-17/images/ratings/rating-40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-17/images/ratings/rating-40.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-17/images/ratings/rating-45.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-17/images/ratings/rating-45.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-17/images/ratings/rating-50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-17/images/ratings/rating-50.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-17/scripts/utils/money.js: -------------------------------------------------------------------------------- 1 | export function formatCurrency(priceCents) { 2 | return (Math.round(priceCents) / 100).toFixed(2); 3 | } 4 | 5 | export default formatCurrency; -------------------------------------------------------------------------------- /2-copy-of-code/lesson-17/tests/lib/jasmine-5.1.1/jasmine_favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-17/tests/lib/jasmine-5.1.1/jasmine_favicon.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-17/tests/tests-simple/tests.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /2-copy-of-code/lesson-18/data/backend-practice.js: -------------------------------------------------------------------------------- 1 | const xhr = new XMLHttpRequest(); 2 | 3 | xhr.addEventListener('load', () => { 4 | console.log(xhr.response); 5 | }); 6 | 7 | xhr.open('GET', 'https://supersimplebackend.dev'); 8 | xhr.send(); 9 | -------------------------------------------------------------------------------- /2-copy-of-code/lesson-18/images/amazon-logo-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-18/images/amazon-logo-white.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-18/images/amazon-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-18/images/amazon-logo.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-18/images/amazon-mobile-logo-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-18/images/amazon-mobile-logo-white.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-18/images/amazon-mobile-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-18/images/amazon-mobile-logo.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-18/images/clothing-size-chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-18/images/clothing-size-chart.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-18/images/icons/buy-again.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-18/images/icons/buy-again.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-18/images/icons/cart-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-18/images/icons/cart-icon.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-18/images/icons/checkmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-18/images/icons/checkmark.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-18/images/icons/checkout-lock-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-18/images/icons/checkout-lock-icon.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-18/images/icons/hamburger-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-18/images/icons/hamburger-menu.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-18/images/icons/search-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-18/images/icons/search-icon.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-18/images/products/6-piece-non-stick-baking-set.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-18/images/products/6-piece-non-stick-baking-set.webp -------------------------------------------------------------------------------- /2-copy-of-code/lesson-18/images/products/6-piece-white-dinner-plate-set.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-18/images/products/6-piece-white-dinner-plate-set.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-18/images/products/athletic-cotton-socks-6-pairs.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-18/images/products/athletic-cotton-socks-6-pairs.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-18/images/products/backpack.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-18/images/products/backpack.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-18/images/products/bathroom-rug.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-18/images/products/bathroom-rug.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-18/images/products/black-2-slot-toaster.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-18/images/products/black-2-slot-toaster.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-18/images/products/blackout-curtain-set-beige.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-18/images/products/blackout-curtain-set-beige.webp -------------------------------------------------------------------------------- /2-copy-of-code/lesson-18/images/products/blackout-curtains-black.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-18/images/products/blackout-curtains-black.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-18/images/products/coffeemaker-with-glass-carafe-black.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-18/images/products/coffeemaker-with-glass-carafe-black.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-18/images/products/cotton-bath-towels-teal.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-18/images/products/cotton-bath-towels-teal.webp -------------------------------------------------------------------------------- /2-copy-of-code/lesson-18/images/products/countertop-blender-64-oz.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-18/images/products/countertop-blender-64-oz.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-18/images/products/duvet-cover-set-blue-twin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-18/images/products/duvet-cover-set-blue-twin.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-18/images/products/facial-tissue-2-ply-18-boxes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-18/images/products/facial-tissue-2-ply-18-boxes.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-18/images/products/floral-mixing-bowl-set.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-18/images/products/floral-mixing-bowl-set.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-18/images/products/intermediate-composite-basketball.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-18/images/products/intermediate-composite-basketball.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-18/images/products/kitchen-paper-towels-30-pack.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-18/images/products/kitchen-paper-towels-30-pack.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-18/images/products/knit-athletic-sneakers-gray.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-18/images/products/knit-athletic-sneakers-gray.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-18/images/products/knit-athletic-sneakers-pink.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-18/images/products/knit-athletic-sneakers-pink.webp -------------------------------------------------------------------------------- /2-copy-of-code/lesson-18/images/products/liquid-laundry-detergent-plain.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-18/images/products/liquid-laundry-detergent-plain.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-18/images/products/luxury-tower-set-6-piece.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-18/images/products/luxury-tower-set-6-piece.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-18/images/products/men-athletic-shoes-green.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-18/images/products/men-athletic-shoes-green.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-18/images/products/men-chino-pants-beige.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-18/images/products/men-chino-pants-beige.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-18/images/products/men-cozy-fleece-zip-up-hoodie-red.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-18/images/products/men-cozy-fleece-zip-up-hoodie-red.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-18/images/products/men-golf-polo-t-shirt-blue.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-18/images/products/men-golf-polo-t-shirt-blue.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-18/images/products/men-navigator-sunglasses-brown.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-18/images/products/men-navigator-sunglasses-brown.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-18/images/products/men-slim-fit-summer-shorts-gray.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-18/images/products/men-slim-fit-summer-shorts-gray.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-18/images/products/non-stick-cooking-set-15-pieces.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-18/images/products/non-stick-cooking-set-15-pieces.webp -------------------------------------------------------------------------------- /2-copy-of-code/lesson-18/images/products/plain-hooded-fleece-sweatshirt-yellow.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-18/images/products/plain-hooded-fleece-sweatshirt-yellow.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-18/images/products/round-sunglasses-black.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-18/images/products/round-sunglasses-black.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-18/images/products/sky-flower-stud-earrings.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-18/images/products/sky-flower-stud-earrings.webp -------------------------------------------------------------------------------- /2-copy-of-code/lesson-18/images/products/straw-sunhat.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-18/images/products/straw-sunhat.webp -------------------------------------------------------------------------------- /2-copy-of-code/lesson-18/images/products/trash-can-with-foot-pedal-50-liter.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-18/images/products/trash-can-with-foot-pedal-50-liter.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-18/images/products/umbrella.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-18/images/products/umbrella.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-18/images/products/vanity-mirror-silver.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-18/images/products/vanity-mirror-silver.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-18/images/products/variations/duvet-cover-set-blue-queen.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-18/images/products/variations/duvet-cover-set-blue-queen.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-18/images/products/variations/duvet-cover-set-blue-twin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-18/images/products/variations/duvet-cover-set-blue-twin.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-18/images/products/variations/duvet-cover-set-red-queen.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-18/images/products/variations/duvet-cover-set-red-queen.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-18/images/products/variations/duvet-cover-set-red-twin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-18/images/products/variations/duvet-cover-set-red-twin.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-18/images/products/variations/luxury-tower-set-4-piece.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-18/images/products/variations/luxury-tower-set-4-piece.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-18/images/products/variations/luxury-tower-set-6-piece.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-18/images/products/variations/luxury-tower-set-6-piece.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-18/images/products/variations/men-athletic-shoes-black.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-18/images/products/variations/men-athletic-shoes-black.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-18/images/products/variations/men-athletic-shoes-green.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-18/images/products/variations/men-athletic-shoes-green.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-18/images/products/variations/men-chino-pants-beige.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-18/images/products/variations/men-chino-pants-beige.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-18/images/products/variations/men-chino-pants-black.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-18/images/products/variations/men-chino-pants-black.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-18/images/products/variations/men-chino-pants-green.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-18/images/products/variations/men-chino-pants-green.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-18/images/products/variations/men-golf-polo-t-shirt-blue.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-18/images/products/variations/men-golf-polo-t-shirt-blue.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-18/images/products/variations/men-golf-polo-t-shirt-red.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-18/images/products/variations/men-golf-polo-t-shirt-red.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-18/images/products/variations/round-sunglasses-black.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-18/images/products/variations/round-sunglasses-black.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-18/images/products/variations/round-sunglasses-gold.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-18/images/products/variations/round-sunglasses-gold.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-18/images/products/women-beach-sandals.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-18/images/products/women-beach-sandals.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-18/images/products/women-chiffon-beachwear-coverup-black.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-18/images/products/women-chiffon-beachwear-coverup-black.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-18/images/products/women-chunky-beanie-gray.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-18/images/products/women-chunky-beanie-gray.webp -------------------------------------------------------------------------------- /2-copy-of-code/lesson-18/images/products/women-french-terry-fleece-jogger-camo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-18/images/products/women-french-terry-fleece-jogger-camo.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-18/images/products/women-knit-ballet-flat-black.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-18/images/products/women-knit-ballet-flat-black.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-18/images/products/women-stretch-popover-hoodie-black.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-18/images/products/women-stretch-popover-hoodie-black.jpg -------------------------------------------------------------------------------- /2-copy-of-code/lesson-18/images/ratings/rating-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-18/images/ratings/rating-0.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-18/images/ratings/rating-05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-18/images/ratings/rating-05.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-18/images/ratings/rating-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-18/images/ratings/rating-10.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-18/images/ratings/rating-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-18/images/ratings/rating-15.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-18/images/ratings/rating-20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-18/images/ratings/rating-20.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-18/images/ratings/rating-25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-18/images/ratings/rating-25.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-18/images/ratings/rating-30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-18/images/ratings/rating-30.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-18/images/ratings/rating-35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-18/images/ratings/rating-35.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-18/images/ratings/rating-40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-18/images/ratings/rating-40.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-18/images/ratings/rating-45.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-18/images/ratings/rating-45.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-18/images/ratings/rating-50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-18/images/ratings/rating-50.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-18/scripts/utils/money.js: -------------------------------------------------------------------------------- 1 | export function formatCurrency(priceCents) { 2 | return (Math.round(priceCents) / 100).toFixed(2); 3 | } 4 | 5 | export default formatCurrency; -------------------------------------------------------------------------------- /2-copy-of-code/lesson-18/tests/lib/jasmine-5.1.1/jasmine_favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuperSimpleDev/javascript-course/34917a830978af7b2a6ef796fe7dd70c77b5a551/2-copy-of-code/lesson-18/tests/lib/jasmine-5.1.1/jasmine_favicon.png -------------------------------------------------------------------------------- /2-copy-of-code/lesson-18/tests/tests-simple/tests.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | --------------------------------------------------------------------------------