/ ** * Déterminez si null * @param data * / function isNull (data) {return (data == "" || data == undefined || data == null)? "Aucun": données; }