From dc90b2e8b8e698b0970974b4c7b2f97ecb85fc74 Mon Sep 17 00:00:00 2001 From: UZI Date: Tue, 20 Aug 2024 21:00:01 +0200 Subject: [PATCH] Attempt --- index.html | 33 ++++++++++++++++----------------- index.js | 1 - 2 files changed, 16 insertions(+), 18 deletions(-) diff --git a/index.html b/index.html index b24d2f3..b277f54 100644 --- a/index.html +++ b/index.html @@ -14,24 +14,23 @@

🍝 Welcome to CodeCuisine 🥖

Your Order

diff --git a/index.js b/index.js index 26f2dce..9dc986d 100644 --- a/index.js +++ b/index.js @@ -5,7 +5,6 @@ const menu = { Desserts: ["Tiramisu", "Cheesecake"] }; - //function to display menu items by category function displayMenuItems(menu) { // Get the menu container element from the HTML