Skip to content

pindropsecurity/UI_JS_Candidate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

UI_JS_Candidate

Calculator Homework

Design a webpage that contains a calculator.

  1. It should be 4 function (add, subtract, multiply, divide)
  2. The calculator's functions should be written in javascript.
  3. It should allow you to make positive numbers negative/negative numbers positive via the +/- button (like on your standard calculator)
  4. It should have a clear button to remove the current input and an All Clear (AC) button to clear the entire memory of the calculator
  5. It doesn't have to handle numbers with more than 9 digits.
  6. Use any libraries that you feel appropriate.
  7. Time-box this task to no more than 4 hours.

Please create a github repository and give us the link when you are done.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published