Fabrice Pigou

Les fonctions

Créer des fonction
function nomDeLaFonction() {

}

let nomDeLaFonction = (data) => {
	
}