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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ const sum = function() {
const multiply = function() {
};;
};
const power = function() {