In the docs for the NodeJS express module, the example code has app.use(...).
app.use(...)
What is the use function and where is it defined?
use
app.use() works like that:
which very simple.
And only then express will do the rest of the stuff like routing.