TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Functional JavaScript, Part 3: apply, call, and the arguments object

44 点作者 skiskilo大约 11 年前

4 条评论

mycroft-holmes大约 11 年前
I&#x27;m relatively new to JS and functional programming and I&#x27;ve found that functional programming has been extremely difficult for me to grasp. I eventually figure it out (so far) but it takes me <i>forever</i> to read through code. You return a function that has a function in that that has another function in that and so on.<p>Is this normal?
评论 #7629434 未加载
评论 #7629362 未加载
评论 #7629347 未加载
评论 #7629453 未加载
vqc大约 11 年前
I&#x27;ve been on a functional JS binge recently and have found <a href="https://leanpub.com/javascript-allonge" rel="nofollow">https:&#x2F;&#x2F;leanpub.com&#x2F;javascript-allonge</a> extremely helpful in explaining functional concepts and reexplaining basic javascript concepts. I can&#x27;t recommend the book enough.
评论 #7628921 未加载
lrichardson大约 11 年前
author of the article here: this is part 3 of what will likely be a 6+ part series... as a result, this post is still sort of &quot;laying the foundation&quot;, before getting to some of the &quot;fun stuff&quot;.<p>In any event, would love to hear any feedback!
评论 #7629651 未加载
评论 #7629640 未加载
jcreamer大约 11 年前
Wow, what an amazingly detailed article. Really enjoying this series so far.