We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 55220cc + 7a14b00 commit 0510f30Copy full SHA for 0510f30
1-js/05-data-types/05-array-methods/6-calculator-extendable/task.md
@@ -34,3 +34,6 @@ The task consists of two parts.
34
- No brackets or complex expressions in this task.
35
- The numbers and the operator are delimited with exactly one space.
36
- There may be error handling if you'd like to add it.
37
+- Please note how methods are stored. They are simply added to the internal object.
38
+- All tests and numeric conversions are done in the `calculate` method. In future it may be extended to support more complex expressions.
39
+
0 commit comments