Great Deal! Get Instant $10 FREE in Account on First Order + 10% Cashback on Every Order Order Now

Assignment 8 – JavaScript 2 IT-130: Introductory Computing for the Web JavaScript Order Form Make a web page that has an order form to order a pizza. This page will contain JavaScript that will find...

1 answer below »
Assignment 8 – JavaScript 2
IT-130: Introductory Computing for the Web

JavaScript Order Form
Make a web page that has an order form to order a pizza. This page will contain JavaScript
that will find which elements are selected, get the values of those elements, and then display
the total cost on the page. Your webpage will have the following:

A buttons for toppings
• The first checkbox must be “Extra Cheese” and add 2.00 to the order
• For the other five checkboxes, choose whatever toppings you want them to be, and how
much each one will add to the value of the pizza

Two buttons for Pickup or Delivery
• Pickup – this will not add any money to the order
• Delivery – this will add 3.00 to the order

One that will run a function that does the following:
• Get the value of the
Copy and Paste Your Assignment Here