Skip to content

Commit 363be60

Browse files
problme 69 initialization complete
1 parent 3dc1c18 commit 363be60

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

problme69/problme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## Problem 69:
2+
3+
### Implement a simple JavaScript calculator. The calculator should take two numbers and an operator (+, -, *, /) as input and return the result of the operation.
4+

problme69/problme69.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/*
2+
3+
Implement a simple JavaScript calculator. The calculator should take two numbers and an operator (+, -, *, /) as input and return the result of the operation.
4+
5+
6+
*/

0 commit comments

Comments
 (0)