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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Metaprogramming JavaScript (presentation slides)

17 点作者 niels超过 17 年前

3 条评论

boucher超过 17 年前
The slideshow is a bunch of JS introduction, and barely any "metaprogramming". If you are really looking for a good JS read, check out this article:<p><a href="http://simon.incutio.com/slides/2006/etech/javascript/js-reintroduction-notes.html" rel="nofollow">http://simon.incutio.com/slides/2006/etech/javascript/js-rei...</a>
评论 #82990 未加载
tlrobinson超过 17 年前
"Nearly everything is a hash... everything else is an Object"<p>Huh? Objects <i>are</i> basically hash tables/associative arrays in JavaScript...
DanielBMarkham超过 17 年前
This is a great presentation including small samples of Javascript showing off all the cool parts. (I'm adding this comment to catch folks that might have missed the article post but are reading the new comments page) It's a cool resource for folks wanting to do a quick check of their JavaScript programming chops.