In this exercise you'll take
a very simple basic "calculator" and turn it into a simple basic
calculator. Here is a very simple basic
JavaScript calculator. note that it can only add. Study it (by
viewing the source for the page) to understand how it works, then add
buttons that will allow it to subtract, multiply, and divide.