We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在 jshint 中有一个选项 freeze,阻止下面的代码:
Array.prototype.max = function() { ... }
是否要加入这条规范?
The text was updated successfully, but these errors were encountered:
最好是允许扩展,不允许修改。。 但是好像ES5的对象方法还做不到这点 。。。 很多库还是依赖于扩展原型吧
Sorry, something went wrong.
No branches or pull requests
在 jshint 中有一个选项 freeze,阻止下面的代码:
是否要加入这条规范?
The text was updated successfully, but these errors were encountered: