We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
CoffeeScript allows Embedded Javascript, so you can use tamejs like this:
for x in [1...10] `await {` ; setTimeout defer (), 100; `}` console.log 'hello ' + x
To see the generated code, checkout: https://gist.github.com/1098605
CoffeeScript had a discussion about including a similar concept (defer) but it didn't go through. Part III of a very long discussion can be seen here
There was an error while loading. Please reload this page.