Ciao! Benvenuto nel Mio Negozio

Tutto รจ organico e sano qui!


function getDate(cart) { var today = new Date(); var currentHour = today.getHours(); var currentMinutes = today.getMinutes(); document.write("

" + currentHour + ":" + currentMinutes + "

") }
Prosciutto Cotto and Crudo, 15 Euros/kg
Speck, 15 Euros/kg
Burrata, 4 Euros/kg
Parmigiano reggiano, 18 Euros/kg
Tiramisu, 3 Euros/articolo
Chianti Classico, 10 Euros/bottiglia
function cashRegister(cart){ var items = Object.keys(cart); // array of items by key var sum = 0; for (var i = 0; i < items.length; i++) { var itemName = items[i]; // get the name of the key for the item var itemPrice = cart[15 15 4 18 3 10]; // get the price for the item result += Number.parseFloat(itemPrice); // convert the price to a float and add it to the sum } return result; }