This commit is contained in:
Ilya Kantor 2019-11-02 21:30:26 +03:00
parent b2305cebf0
commit a967ad0cf9

View file

@ -1,5 +1,3 @@
- Please note how methods are stored. They are simply added to `this.methods` property.
- All tests and numeric conversions are done in the `calculate` method. In future it may be extended to support more complex expressions.
[js src="_js/solution.js"]