We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 376c3eb commit a42622cCopy full SHA for a42622c
index.js
@@ -4,6 +4,7 @@ const operators = document.querySelectorAll("[data-operator]");
4
const operatorRegex = /[\/*\-+]/;
5
const ZERO = 0;
6
const ZERO_DOT = '0.';
7
+const history = [];
8
9
let data = [];
10
0 commit comments