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