Assignment: Javascript Review

Click Here toReturn to Homework Page

1. Create a function that will display today's date on the web page. Use that function to display the current date on the page. -> Date goes here

2. Create a form that will ask for a price and a quantity. Create a button that will pull that information from the form, multiply it together and display a correctly $ formatted result on the page. Display the result within a span element within a paragraph. The paragraph should say "Your total price will be: result goes here!"

Apples for sale. Please enter the quantity you wish to purchase

Please enter the price per apple here

Your total price will be: result goes here!

3. Create an array with three team names. Use a run time function that uses a loop to display the team names.
Each name should be on a new line and should looking something like: Team 1: Bears

Team Results Here