8000 Update calculator/calculator.js · davidnth/javascript-exercises@582521c · GitHub
[go: up one dir, main page]

Skip to content

Commit 582521c

Browse files
author
xandora
authored
Update calculator/calculator.js
Fix duplicate semicolon
1 parent 71d3005 commit 582521c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

calculator/calculator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const sum = function() {
1212

1313
const multiply = function() {
1414

15-
};;
15+
};
1616

1717
const power = function() {
1818

0 commit comments

Comments
 (0)
0