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
本周聊聊 Rest vs Spread syntax in JavaScript,同时聊聊解构的坑。
精读《Rest vs Spread 语法》
The text was updated successfully, but these errors were encountered:
weekly/261.精读《Rest vs Spread 语法》.md at master · ascoders/weekly
const obj = { a: 1, b: get() { return 2 } } const newObj = { ...obj }
这里举例的语法有错误
Sorry, something went wrong.
@hua03 已修复:get b() { return 2 }
get b() { return 2 }
No branches or pull requests
本周聊聊 Rest vs Spread syntax in JavaScript,同时聊聊解构的坑。
精读《Rest vs Spread 语法》
The text was updated successfully, but these errors were encountered: