To make sure we can do different things with the request, let's store it in a variable called request.
request
Awesome work!
To create a variable in JavaScript, start with the var keyword, name it, then use the = to set its value.
var
=