Skip to content

Instantly share code, notes, and snippets.

@phzbox
Created September 24, 2012 17:59
Show Gist options
  • Select an option

  • Save phzbox/3777310 to your computer and use it in GitHub Desktop.

Select an option

Save phzbox/3777310 to your computer and use it in GitHub Desktop.
var express = require('express');
var app = express();
express.application.test = 123;
console.log(app.test);
// undefined
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment