JavaScript ASDYN FUNÇÃO
const asyncFunction = async (parameters) => {
//put code here.
};
//or
async function asyncFunction(parameters) =>{
//code here.
}
Frightened Fox
const asyncFunction = async (parameters) => {
//put code here.
};
//or
async function asyncFunction(parameters) =>{
//code here.
}