Update calculator/calculator.js
Fix duplicate semicolon
This commit is contained in:
parent
71d3005e52
commit
582521cc9f
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ const sum = function() {
|
|||
|
||||
const multiply = function() {
|
||||
|
||||
};;
|
||||
};
|
||||
|
||||
const power = function() {
|
||||
|
||||
|
|
Loading…
Reference in a new issue