Q:

async arrow function

 YourAsyncFunctionName = async (value) => {

    /* Code goes here */

}
3
const foo = async () => {
  // do something
}
2

New to Communities?

Join the community