From 65b09bf029c2308843bd7b89cb8b4375570bebef Mon Sep 17 00:00:00 2001 From: Blandine Bajard <83599148+BlandineBajard@users.noreply.github.com> Date: Mon, 18 Oct 2021 12:37:36 +0200 Subject: [PATCH] changement script pour bouton --- script.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/script.js b/script.js index aa83f00..555f700 100644 --- a/script.js +++ b/script.js @@ -23,7 +23,7 @@ fetch(API_URL) MEMBER.innerHTML +=`
${PERSONNE.last_name} + ${PERSONNE.first_name}
+${PERSONNE.last_name} ${PERSONNE.first_name}
${PERSONNE.id}
${PERSONNE.email}
@@ -56,8 +56,8 @@ fetch(API_URL) MEMBER.innerHTML +=`${PERSONNE.last_name}
-${PERSONNE.first_name}
+${PERSONNE.last_name} ${PERSONNE.first_name}
+${PERSONNE.id}
${PERSONNE.email}