Update calculator/calculator.js

Fix duplicate semicolon
This commit is contained in:
xandora
2021-05-18 11:43:23 +12:00
committed by GitHub
parent 71d3005e52
commit 582521cc9f
+1 -1
View File
@@ -12,7 +12,7 @@ const sum = function() {
const multiply = function() {
};;
};
const power = function() {