function optional(arg) {
    alert(arg); // On affiche l'argument non spécifié pour voir ce qu'il contient.
}

optional();