Syntax for an async arrow function

Async arrow functions look like this: Async arrow functions look like this for a single argument passed to it: Async arrow functions look like this for multiple arguments passed to it: The anonymous form works as well: An async function declaration looks like this: Using async function in a callback: Using async method inside of a class: