en.javascript.info/1-js/04-object-basics/06-constructor-new/4-calculator-extendable/solution.md
Ilya Kantor 20784e7f26 up
2017-02-19 01:41:36 +03:00

3 lines
223 B
Markdown

- Please note how methods are stored. They are simply added to the internal object.
- All tests and numeric conversions are done in the `calculate` method. In future it may be extended to support more complex expressions.