Question: Task: Create a web page with JavaScript to track and display an itemized shopping list and total. What Will the Application Do? Display a list
Task: Create a web page with JavaScript to track and display an itemized shopping list and total. What Will the Application Do? Display a list of products and prices with Add buttons When the user clicks a Check Out button, display all the items purchased and their prices along with a grand total. Build Specifications 1. You need to have a list of items on the page to select from. When you click on the "add item" button, this item should be added to your shopping list 2. Create an array for the items and an array for the corresponding prices 3. Loop through the arrays, printing out the name and price of each item on a new 4. Total up the combined cost of all of your items with the amount's label being "total." ine.othe
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
