I am looking to create an interactive JavaScript menu or image map where users can press down, highlight, and hit enter on four different items to reveal hidden messages. However, I struggle with JavaScript and could really use some assistance.
I have already created a basic menu using HTML. You can check it out here: . This is the foundation I would like to build upon, but I am unsure of where to insert the JavaScript code. My plan is to have "Eggs Benedict" and "Creamy Chicken Soup" trigger the hidden messages, which could include ingredients or allergen information. Can someone provide guidance on how to achieve this?