We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05eb870 commit 0d7de47Copy full SHA for 0d7de47
1 file changed
1-js/05-data-types/05-array-methods/6-calculator-extendable/solution.md
@@ -1,3 +1,3 @@
1
2
-- 请注意如何存储方法。它们只是被添加到 `this.methods` 属性中。
3
-- 所有测试和数值转换都在 `calculate` 方法中完成。将来它可能会扩展到支持更复杂的表达式。
+- 请注意方法的存储方式。它们只是被添加到 `this.methods` 属性中。
+- 所有检测和数字转换都通过 `calculate` 方法完成。将来可能会扩展它以支持更复杂的表达式。
0 commit comments