Skip to content

Commit a1e6145

Browse files
authored
Merge pull request #27 from mathmelo/feature/fix-sonarcloud-ci
fix: remove some unnecessary functions
2 parents e98fcca + 2554047 commit a1e6145

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

index.js

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -18,26 +18,6 @@ function potencia(a, b) {
1818
return Math.pow(a, b);
1919
}
2020

21-
function dobra(a) {
22-
return a * 2;
23-
}
24-
25-
function triplica(a) {
26-
return a * 3;
27-
}
28-
29-
function adiciona100(a) {
30-
return a + 100;
31-
}
32-
33-
function adiciona200(a) {
34-
return a + 200;
35-
}
36-
37-
function adiciona300(a) {
38-
return a + 300;
39-
}
40-
4121
module.exports = {
4222
soma,
4323
multiplicacao,

0 commit comments

Comments
 (0)