My reading journal for Code Fellows
Classes are a template for creating __.
Can a class declaration be hoisted?
How would you describe a constructor and contextual “this” to a non-technical friend?
Within Express, what does routing refer to?
What is the difference between a route path and a route method?
When is it appropriate to add next as a parameter to a route handler and what must you do if next has been passed to your middleware as a parameter?
What is an Express Router?
.use, .get, .param, and route.By what mean do we initialize express.Router() in an express server?
express.Router(), apply routes to it, and then tell our app to use thoose routesWhat do we use route middleware for?