From 6ca21e7f7c47980568481159fafc20a090d89555 Mon Sep 17 00:00:00 2001 From: afinster11 <110049735+afinster11@users.noreply.github.com> Date: Thu, 11 Aug 2022 19:25:52 -0500 Subject: [PATCH 1/3] Update script.js --- script.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/script.js b/script.js index 9417030..f3112ce 100644 --- a/script.js +++ b/script.js @@ -1 +1,5 @@ -// TODO: add code here \ No newline at end of file +// TODO: add code here +const astronauts = https://handlers.education.launchcode.org/static/astronauts.json + +const fetchPromise = fetch(astronauts); + From a93a18f9493797feafdbcb0da7a59d6a44882425 Mon Sep 17 00:00:00 2001 From: afinster11 <110049735+afinster11@users.noreply.github.com> Date: Thu, 11 Aug 2022 19:37:04 -0500 Subject: [PATCH 2/3] Update index.html --- index.html | 68 +++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 67 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index c69204f..bc41071 100644 --- a/index.html +++ b/index.html @@ -11,6 +11,72 @@