The URL of the random cat fact generator API is https://cat-fact.herokuapp.com/facts/random.
https://cat-fact.herokuapp.com/facts/random
Create a variable called url to store it.
url
Sweet!
Make sure to assemble var url = "https://cat-fact.herokuapp.com/facts/random";
var url = "https://cat-fact.herokuapp.com/facts/random";