Open
Description
Topic
This is an issue regarding:
- The tutorials contained within this repo.
- The samples contained within this repo.
Description of the issue
We're currently not very consistent about whether sample code uses Promises directly with then()
vs. the new async
/await
syntax. In some cases, like the "How to make network requests" tutorial, we mix & match both together in a single document.
Should we standardize on one syntax and try to use it everywhere?
Metadata
Metadata
Assignees
Labels
No labels