We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de5e194 commit 84f35a4Copy full SHA for 84f35a4
README.md
@@ -51,3 +51,5 @@
51
52
- 向对象添加属性和方法
53
54
+##### from() 方法用于通过拥有 length 属性的对象或可迭代的对象来返回一个数组。
55
+
number.js
@@ -45,4 +45,5 @@ Number.prototype.minus = function (n){
45
return this.valueOf() - n
46
}
47
48
-console.log((5).add(3).minus(2))
+console.log((5).add(3).minus(2))
49
0 commit comments