Skip to content

Files

Latest commit

 

History

History
4 lines (2 loc) · 180 Bytes

File metadata and controls

4 lines (2 loc) · 180 Bytes

Problem 69:

Implement a simple JavaScript calculator. The calculator should take two numbers and an operator (+, -, *, /) as input and return the result of the operation.