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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Coffeescript, VowsJS, & Asynchronous Testing

17 点作者 rellik将近 14 年前

2 条评论

michaelchisari将近 14 年前
Actually, if you do:<p><pre><code> return undefined </code></pre> in Coffeescript, then the resulting Javascript just won't have any return statement at all. Has the same effect, but good to know anyways.
评论 #2823973 未加载
igorgue将近 14 年前
I rewrote the examples from VowsJS site in Coffee a while ago:<p><a href="https://github.com/igorgue/vowsjsexamples" rel="nofollow">https://github.com/igorgue/vowsjsexamples</a>