Part 3. JavaScript.
Start with SaladWorks.html and add JavaScript
that collects the information from the user: name, lettuce choice, fixing
selections, and dressing and then displays that information below. Next,
assuming that the base price (lettuce plus dressing) is $3.50 and each selected
fixing is an additional $0.50 (you can work with the size of the selected
fixing array), determine and display the price of the salad. The price should
include a dollar sign and two decimal places. (toFixed)