setting up an async arrow dfunction with parametsrs code example
Example: async await arrow function
YourAsyncFunctionName = async (value) => {
/* Code goes here */
}
YourAsyncFunctionName = async (value) => {
/* Code goes here */
}