Asynchronous Programing
- 了解 callback hell, http://callbackhell.com/
- 了解一下 node 的 error first
- https://nodejs.org/dist/latest-v9.x/docs/api/util.html#util_util_callbackify_original
- https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Generator
- https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/function%2A