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 474da1d commit b701072Copy full SHA for b701072
src/main/js/appMath.js
@@ -1,6 +1,6 @@
1
class AppMath {
2
sum(a, b) {
3
- return a - b;
+ return a + b;
4
}
5
6
subtract(a, b) {
0 commit comments