Skip to content

Commit 423aee0

Browse files
committed
feat(JS) delete one userClicksOnEqualButton(). Called twice
1 parent 930eb80 commit 423aee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ btns.forEach((btn) => {
3131

3232
convertToPercentage(buttonValue);
3333

34-
userClicksOnEqualButton(buttonValue);
34+
3535
});
3636
});
3737
// forEach ends & functions creations begins

0 commit comments

Comments
 (0)