We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6181c1 commit 1f4be4cCopy full SHA for 1f4be4c
lesson_06/expression/.env.test
@@ -1 +1 @@
1
-HW_VERSION=your assigned version here
+HW_VERSION=E
lesson_06/expression/src/expression_calculator.ts
@@ -8,6 +8,7 @@ export class ExpressionCalculator {
8
9
add(a: number, b: number): number {
10
return a + b;
11
+
12
}
13
14
multiply(a: number, b: number): number {
0 commit comments