We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
(10).add(10).reduce(2).add(10) //28
?> 10 + 10 - 2 + 10 = 28
注意是原生js,原型链上Number.prototype
Number.prototype