This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.
Conventional JavaScript style has never sat well with me. I always had a feeling that something was “off” about the way we normally write JavaScript. I finally got to the bottom of it.
Trouble in Paradise Here’s an idiomatic snippet of node.js code from the Express documentation:
app.get('/', function (req, res) { res.send('GET request to homepage'); }); What could…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.