Topic
This is an issue regarding:
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?