We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7ce55f8 + 855a9b1 commit b0b171dCopy full SHA for b0b171d
1 file changed
Week1/MAKEME.md
@@ -32,10 +32,10 @@ Write a function that makes an API call to `https://www.randomuser.me/api`
32
33
Who knew programmers could be funny?
34
35
-Write an function that makes an API call to `https://xkcd.com/info.0.json`
+Write an function that makes an API call to `https://xkcd.now.sh/?comic=latest`
36
37
- Inside the same file write two programs: one with `XMLHttpRequest`, and the other with `axios`
38
-- Each function should make an API call to the given endpoint: `https://xkcd.com/info.0.json`
+- Each function should make an API call to the given endpoint: `https://xkcd.now.sh/?comic=latest`
39
- Log the received data to the console
40
- Render the `img` property into an `<img>` tag in the DOM
41
- Incorporate error handling
0 commit comments