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