Skip to content

Commit 408e563

Browse files
committed
made changes to my result variable
1 parent 5bdd131 commit 408e563

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lesson_06/expression/src/expression_calculator.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ export class ExpressionCalculator {
44
const sum = this.add(a, b);
55
const product = this.mult(sum, c);
66
const expo = this.pow(d, e);
7-
const result = this.div(product, expo);
87
// Implement your code here to return the correct value.
98
return this.div(product, expo);
109
}

0 commit comments

Comments
 (0)