Skip to content

Commit

Permalink
add initial set of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tasxatzial committed Aug 1, 2024
1 parent 0017ace commit 6f6c6cc
Show file tree
Hide file tree
Showing 2 changed files with 839 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/js/CalculationModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ export default class CalculationModel extends Model {
this.prevNumber = this.expression.charAt(i) + this.prevNumber;
i--;
}
console.log(this.prevNumber)
}

_isDigitOrDot(char) {
Expand Down
Loading

0 comments on commit 6f6c6cc

Please sign in to comment.