"Yo guys, I'm still salty about this one gotcha I encountered in my Node.js project last week. I had a simple route mapped with `express.Router()` but kept getting a 'Router.use() middleware function was not found' error until I realized I was calling `app.use()` on the wrong router instance. Anyone else have some crazy JavaScript moments they'd like to share?"