scrivo tutta la funzione
funzioneMadre(email, LenPwd, CoiPwd) {
var bone = true, btwo = true, bthree = true;
if (email)
bone = controllaEmail();
if (LenPwd)
btwo = controllaLunghezzaPwd();
if (CoiPwd)
bthree = controllaCoincidenzaPwd();
return bone && btwo && bthree;
}
:gren: :gren: :gren: :gren: