Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 574 Bytes

File metadata and controls

15 lines (9 loc) · 574 Bytes

Open this repo up in Cloud9 and press "Run". You should see something like: Image

The goal of this project is to make the calculator work! The division function has already been provided for you. You will be implementing the addition, multiplication, square root functions as well as a few others. Please implement them in the functions.js file. Check your work by playing with the calculator.

NOTE: Only edit the functions.js file!! Keep everything else as is.