Create a simple interface, similar to the example of the shopping list in the lecture, that provides a textbox to enter a number—any number, decimal or whole. When the user is finished entering a number, she clicks the Add button to add the number to a styled table. When she is finished adding numbers, she clicks a STATs button to report maximum, minimum and average values of all the numbers in the table. A CLEAR button erases all numbers and starts with a clean and empty (except for headers!) table. JavaScript
Create a simple interface, similar to the example of the shopping list in the lecture, that provides a textbox to enter a number—any number, decimal or whole. When the user is finished entering a number, she clicks the Add button to add the number to a styled table. When she is finished adding numbers, she clicks a STATs button to report maximum, minimum and average values of all the numbers in the table. A CLEAR button erases all numbers and starts with a clean and empty (except for headers!) table. JavaScript

Given:
Create a simple interface, similar to the example of the shopping list in the lecture, that provides a textbox to enter a number—any number, decimal or whole. When the user is finished entering a number, she clicks the Add button to add the number to a styled table. When she is finished adding numbers, she clicks a STATs button to report maximum, minimum and average values of all the numbers in the table. A CLEAR button erases all numbers and starts with a clean and empty (except for headers!) table. JavaScript
Step by step
Solved in 2 steps with 3 images









