We continue from where we left off in our first lecture and see how to store our fetch() call in a variable that we can run later without repeating our code. We also learn shorthand arrow function syntax to make our fetch call more concise using promises.