Due at the beginning of week 9. Please zip your files and send them to kdsecor@gmail.com
Question 1
I've got this groovy object of menu items.
Please output them in a discernable fashion so my customers can order
You don't have to give them a form or anything,
I just need them to see and understand each menu item and its price
Style is your choice...you're the web guru
var menu={'slice of pizza':1.99,'sandwich':5.99,'salad':3.99,'french fries':1.99,'soda':1.99};
Question 2
Now that you've outputted the menu in javascript, stick a button and a quantity field next to each menu item
When the button is pressed, use local storage to store the value of what they ordered.
Question 3
Add a button with the label "Your Order". Onclick, show the user what they have ordered