Hacker News new | ask | show | jobs
by davidgf 3278 days ago
Although async/await is simply syntax sugar around promises, there's a huge difference indeed. With async/await your code keeps an imperative style, while with promises code end up with a functional look