TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Coffeescript, VowsJS, & Asynchronous Testing

17 pointsby rellikalmost 14 years ago

2 comments

michaelchisarialmost 14 years ago
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 未加载
igorguealmost 14 years ago
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>