Skip to content
New issue

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

勘误:章节 8.2.3 页面 172 #13

Open
quanzhiyuan opened this issue Feb 10, 2023 · 0 comments
Open

勘误:章节 8.2.3 页面 172 #13

quanzhiyuan opened this issue Feb 10, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@quanzhiyuan
Copy link

function pipe(...fns) {
  return function(...args) {
    // 下面这一行报错prevResult不可以解构
    return fns.reduce((prevResult, fn) => fn(...prevResult) , args)
  }
}
@yanhaijing yanhaijing added the bug Something isn't working label Feb 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants