diff --git a/script.js b/script.js index 220deb4..35e96e2 100644 --- a/script.js +++ b/script.js @@ -119,7 +119,7 @@ function handleAddPizza(event){ const nome = document.getElementById("name").value; const prezzo = document.getElementById("price").value; - const note = document.getElementById("notes").value; + const note = document.getElementById("note").value; addPizza(nome, prezzo, note); } \ No newline at end of file