https://github.com/wesbos/css-grid-talk
https://github.com/wesbos/css-grid-talk
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wesbos/css-grid-talk
- Owner: wesbos
- Created: 2018-07-19T19:15:52.000Z (almost 7 years ago)
- Default Branch: gh-pages
- Last Pushed: 2018-08-27T01:34:32.000Z (almost 7 years ago)
- Last Synced: 2025-01-23T03:29:39.011Z (6 months ago)
- Language: HTML
- Size: 33.1 MB
- Stars: 37
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Async + Await
Flow Control in JavaScript is hard! Native Promises in JavaScript have helped immensely, but the syntax still a little callback-y. With Async + Await, we can write synchronous looking code without losing any of the benefits of JavaScript's asynchronous nature. This talk will explore how async + await works, best practices for flow control, and explore several solutions for handling errors.