My code:
axios.get(indirizzo, oggetto).then((res) => {
var mm2 = res.data.hits.total.value;
console.log("test"+mm2);
// this is a test variable
ModuloMail();
console.log("alarm");
});
My problem is export mm2 variable out of function axios.get.