We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3b727e commit 0b36c50Copy full SHA for 0b36c50
src/jQuery/calculator.js
@@ -1,5 +1,5 @@
1
"use strict";
2
-function calculator(value) {
+function calculator(value = 0) {
3
if (!(this instanceof calculator)) {
4
return new calculator(value);
5
}
0 commit comments