// // Esempio da personalizzare... // function potenza(a,b){ return Math.pow(a,b);} //