Which of the following statements about async/await is true?
Async functions always return a rejected promise.
Async functions are only supported in modern browsers.
Async functions can only be used with the await keyword.
await
Multiple await statements can be used in parallel.