From 9c9727c96bb4691a0326661349b4729f47228abd Mon Sep 17 00:00:00 2001 From: Blandine Bajard <83599148+BlandineBajard@users.noreply.github.com> Date: Mon, 18 Oct 2021 12:12:11 +0200 Subject: [PATCH] =?UTF-8?q?mise=20=C3=A0=20jour=20script?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/script.js b/script.js index c735db5..af1fb64 100644 --- a/script.js +++ b/script.js @@ -4,6 +4,8 @@ const IDENTIFIANT = document.getElementsByClassName('identifiant'); const EMAIL = document.getElementsByClassName('email'); const AVATAR = document.getElementsByClassName('avatar');*/ const MEMBER = document.getElementById('personne'); +const BUTTON = document.getElementById('page2'); + console.log(MEMBER); const API_URL = "https://reqres.in/api/users?page=1"; fetch(API_URL)