how to use async to a arrow function in js code example
Example: async await arrow function
YourAsyncFunctionName = async (value) => {
/* Code goes here */
}
YourAsyncFunctionName = async (value) => {
/* Code goes here */
}