async await arrow function

JavaScript
 YourAsyncFunctionName = async (value) => {

    /* Code goes here */

}
Source

Also in JavaScript: