Tags : JavaScript Intro

Build a calculator.

Build a calculator that adds, subtracts, multiplies, divides a number.

Allow the user to keep on doing mathematical computations on a number. For example, 1 + 1 X 2 = 4

Make it look like a traditional calculator.