Code Challenge
Require the 'express' package and save it to a variable named express. Then, create an Express instance and save it to a variable called app.
'express'
express
app