Thanks to visit codestin.com Credit goes to github.com
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.
2 parents dc11859 + 331dd00 commit 6093de8Copy full SHA for 6093de8
JavaScript3/Week7/classwork/exercises.md
@@ -31,7 +31,7 @@ Try accessing jupiters last moon in a smarter way.
31
Use [this api](http://api.open-notify.org/astros.json) to fetch how many astronauts are currently in spaces.
32
33
```
34
-fetch('http://api.open-notify.org/astros.json/master/data/science/planets.json')
+fetch('http://api.open-notify.org/astros.json')
35
.then(response => response.json())
36
.then((planets) => {
37
console.log(planets);
0 commit comments