Skip to content

Commit 162eba8

Browse files
author
Argenis Contreras
committed
add functions to calculator
1 parent 211b494 commit 162eba8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

calculator.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,6 @@ module.exports = {
2020
subtract,
2121
divide,
2222
};
23+
console.log("I'm going use the calculator functions to multiply 5 and 6")
24+
var x = multiply(5,6)
25+
console.log(x)

0 commit comments

Comments
 (0)