1. Google for "how to use fetch with json" 2. Should find a top result from MDN 3. MANUALLY copy over the fetch, but using the URL below 👇 https://dog.ceo/api/breeds/image/random */
7
8
9
10
1
2
3
4
5
6
https://dog.ceo/api/breeds/image/random
*/
/**
Challenge:
1. Google for "how to use fetch with json"
2. Should find a top result from MDN
3. MANUALLY copy over the fetch, but using the URL below 👇