We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d54ab1 commit a93571fCopy full SHA for a93571f
script.js
@@ -1 +1,8 @@
1
-// TODO: add code here
+// TODO: add code here
2
+window.addEventListener("load", function () {
3
+ this.fetch("https://handlers.education.launchcode.org/static/astronauts.json").then(function (response) {
4
+ return response.json();
5
+
6
+ })
7
+ .then()
8
+})
0 commit comments