From 962981015715576cbb24eb1d9c9203010063821f Mon Sep 17 00:00:00 2001 From: Blandine Bajard <83599148+BlandineBajard@users.noreply.github.com> Date: Mon, 18 Oct 2021 12:34:36 +0200 Subject: [PATCH] modif script --- script.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script.js b/script.js index af1fb64..aa83f00 100644 --- a/script.js +++ b/script.js @@ -23,8 +23,8 @@ fetch(API_URL) MEMBER.innerHTML +=`
${PERSONNE.last_name}
-${PERSONNE.first_name}
+${PERSONNE.last_name} + ${PERSONNE.first_name}
+${PERSONNE.id}
${PERSONNE.email}