So I’m on the Basic Node and Express section of Back End Development and APIs. I just saw that you need to define a req.time “key” as the current Date, but req.time doesn’t appear in Express’ references as a property (nor a method). Does this mean that you can create keys for requests with arbitratry names (eg. req.myKey)to store info as if they were varibles, for referencing later within the app method? Or how does it work exactly?
Thanks in advance