Echo JS 0.11.0

<~>

tracker1 1513 days ago. link 1 point
Just yesterday gave a quick training session on Async functions and Promises... One of the few times I've used typescript, only to reinforce that Async functions return a promise, and can await on promises, to show a function returning a promise is effectively the same.  As well as Promise.resolve and Promise.reject for use in mocking for tests.