Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 498 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 498 Bytes

simple_calculator

This project is to create a simple calculator and then test code using Jasmine.

This simple calculator only allows you to use one mathematical operator ( +, -, * ,/ ) in one operation, and it doesn't recognize negative number. If there are any negative number or more than one mathematical operator in the operation, it will show error message "Operation not recognized".

Reference: Udemy course "Unit testing your javascript with jasmine" by Juan Lizarazo, Reynaldo Pena.