Skip to content

Commit

Permalink
Rectifies the comments to guide the students according to the sample …
Browse files Browse the repository at this point in the history
…solution
  • Loading branch information
Kenneth-Ngcobo committed Mar 5, 2024
1 parent 92ae949 commit e1f4efa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ function displayMenuItems(menu) {

// Create an element to represent a list of items

// Append a list of items element to the menu container

// Loop through the items in the category and create list items

// Create a list item element
Expand All @@ -29,7 +31,7 @@ function displayMenuItems(menu) {

// Append the list item to the list of items

// Append the list of items to the category element

}

// Callback function for adding an item to the order
Expand Down

0 comments on commit e1f4efa

Please sign in to comment.